small fix (#2148)
updates Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user