updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-04-17 10:05:15 -07:00
committed by GitHub
parent a490b4db8c
commit 9544251b1a
8 changed files with 5 additions and 0 deletions

View File

@ -232,6 +232,7 @@ export class KclManager {
updateCode = false,
executionId?: number
) {
if (!this.engineCommandManager.engineConnection?.isReady()) return
const currentExecutionId = executionId || Date.now()
this._cancelTokens.set(currentExecutionId, false)