Skip to content

Commit 71abac7

Browse files
committed
Fix comment in getCsharpHashPatterns
1 parent 46e03b4 commit 71abac7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dependency-caching.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ async function getCsharpHashPatterns(
128128
}
129129

130130
// If we get to this point, the `basePatterns` didn't find any files,
131-
// and `Feature.CsharpNewCacheKey` is either not enabled or we didn't
132-
// find any files using those patterns either.
131+
// and `Feature.CsharpNewCacheKey` is not enabled.
133132
return undefined;
134133
}
135134

0 commit comments

Comments
 (0)