Skip to content

Commit

Permalink
Log files do not invalidate the cache, see #1342
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 17, 2022
1 parent 0577740 commit 9b032cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/Transpiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ class Transpiler {

// eslint cache files
withForwardSlashes.includes( '/chipper/eslint/cache/' ) ||
withForwardSlashes.includes( '/perennial-alias/logs/' ) ||
withForwardSlashes.endsWith( '.eslintcache' );
}

Expand Down

0 comments on commit 9b032cb

Please sign in to comment.