Skip to content

Commit

Permalink
Update lib/util/cache/package/file.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Poxhofer <[email protected]>
  • Loading branch information
gg-kialo and secustor authored Apr 9, 2024
1 parent 59a34a9 commit ebbfb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/cache/package/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export async function cleanup(): Promise<void> {
deletedCount += 1;
}
}
logger.debug("Verifying and cleaning cache.", { cacheFileName });

Check failure on line 102 in lib/util/cache/package/file.ts

View workflow job for this annotation

GitHub Actions / lint-other

Argument of type 'string' is not assignable to parameter of type 'Record<string, any>'.

Check failure on line 102 in lib/util/cache/package/file.ts

View workflow job for this annotation

GitHub Actions / build

Argument of type 'string' is not assignable to parameter of type 'Record<string, any>'.
await cacache.verify(cacheFileName);
const durationMs = Math.round(Date.now() - startTime);
logger.debug(
Expand Down

0 comments on commit ebbfb59

Please sign in to comment.