Skip to content

Commit

Permalink
fix(core): do not check cache validity when putting into the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Sep 19, 2024
1 parent f767bab commit c447b35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nx/src/tasks-runner/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export class DbCache {
outputs: string[],
code: number
) {
await this.assertCacheIsValid();
return tryAndRetry(async () => {
this.cache.put(task.hash, terminalOutput, outputs, code);

Expand Down

0 comments on commit c447b35

Please sign in to comment.