Skip to content

Commit a10fe66

Browse files
committed
Fix wrong reference
1 parent da36f13 commit a10fe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/eval/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function saveCache(
5757
if (process.env.NODE_ENV === 'development') {
5858
console.error(e);
5959
}
60-
this.clearCache();
60+
manager.clearCache();
6161
}
6262

6363
if (shouldSaveOnlineCache(firstRun)) {

0 commit comments

Comments
 (0)