We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da36f13 commit a10fe66Copy full SHA for a10fe66
packages/app/src/sandbox/eval/cache.js
@@ -57,7 +57,7 @@ export async function saveCache(
57
if (process.env.NODE_ENV === 'development') {
58
console.error(e);
59
}
60
- this.clearCache();
+ manager.clearCache();
61
62
63
if (shouldSaveOnlineCache(firstRun)) {
0 commit comments