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 cd5fa7b commit 0a754e2Copy full SHA for 0a754e2
packages/app/src/sandbox/eval/cache.js
@@ -68,7 +68,7 @@ export async function saveCache(
68
manager.clearCache();
69
}
70
71
- if (shouldSaveOnlineCache(firstRun, changes)) {
+ if (shouldSaveOnlineCache(firstRun, changes) && SCRIPT_VERSION) {
72
const stringifiedManagerState = JSON.stringify(managerState);
73
74
debug(
0 commit comments