From 71abac76d2bc4a8e68aafd746d47195517a5855b Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Sun, 9 Nov 2025 10:32:10 +0000 Subject: [PATCH] Fix comment in `getCsharpHashPatterns` --- src/dependency-caching.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dependency-caching.ts b/src/dependency-caching.ts index 9a2522a06..cc9e0de97 100644 --- a/src/dependency-caching.ts +++ b/src/dependency-caching.ts @@ -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; }