Fix comment in getCsharpHashPatterns

This commit is contained in:
Michael B. Gale
2025-11-09 10:32:10 +00:00
parent 46e03b48bc
commit 71abac76d2
+1 -2
View File
@@ -128,8 +128,7 @@ async function getCsharpHashPatterns(
}
// If we get to this point, the `basePatterns` didn't find any files,
// and `Feature.CsharpNewCacheKey` is either not enabled or we didn't
// find any files using those patterns either.
// and `Feature.CsharpNewCacheKey` is not enabled.
return undefined;
}