We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83611df commit 3ec72d1Copy full SHA for 3ec72d1
src/core/sass/cache.ts
@@ -163,7 +163,7 @@ class SassCache {
163
registerCleanup(() => {
164
try {
165
this.kv.close();
166
- if (!temp) safeRemoveIfExists(this.path);
+ if (temp) safeRemoveIfExists(this.path);
167
} catch (error) {
168
log.info(
169
`Error occurred during sass cache cleanup for ${this.path}: ${error}`,
0 commit comments