fmt tsc
This commit is contained in:
@ -175,7 +175,7 @@ export const EngineStream = (props: {
|
||||
useEffect(() => {
|
||||
if (engineCommandManager.engineConnection?.isReady() && file?.path) {
|
||||
console.log('file changed, executing code')
|
||||
kclManager.executeCode(true).catch(trap)
|
||||
kclManager.executeCode().catch(trap)
|
||||
}
|
||||
}, [file?.path, engineCommandManager.engineConnection])
|
||||
|
||||
|
||||
@ -119,7 +119,7 @@ export const engineStreamMachine = setup({
|
||||
.clearSceneAndBustCache({ settings: await jsAppSettings() })
|
||||
.catch(console.warn)
|
||||
|
||||
await kclManager.executeCode(params.zoomToFit)
|
||||
await kclManager.executeCode()
|
||||
}
|
||||
),
|
||||
[EngineStreamTransition.Pause]: fromPromise(
|
||||
|
||||
Reference in New Issue
Block a user