Skip to content

Commit

Permalink
Make sure the _enginePromise variable is cleared when not needed. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW authored Oct 21, 2024
1 parent bb77918 commit 4dd5abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dev/core/src/Misc/dumpTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export function Dispose() {
dumpToolsEngine.engine.dispose();
});
}
_enginePromise = null;
_dumpToolsEngine = null;
}

Expand Down

0 comments on commit 4dd5abc

Please sign in to comment.