This commit is contained in:
lee-at-zoo-corp
2025-03-21 16:10:49 -04:00
parent 2cca1376e2
commit 4c9851efbf
7 changed files with 124 additions and 97 deletions

View File

@ -118,9 +118,7 @@ export const engineStreamMachine = setup({
// will not reexecute.
// When calling cache before _any_ executions it errors, but non-fatal.
await rustContext
.clearSceneAndBustCache(
{ settings: await jsAppSettings() },
)
.clearSceneAndBustCache({ settings: await jsAppSettings() })
.catch(console.warn)
await kclManager.executeCode(params.zoomToFit)