Fix kcl singleton

This commit is contained in:
Jonathan Tran
2025-03-10 21:35:33 -04:00
parent 2a24a4da82
commit 6e03cf61f4

View File

@ -476,8 +476,7 @@ export class KclManager {
})
this._logs = logs
this._execState = execState
this._variables = execState.variables
this.execState = execState
if (!errors.length) {
this.lastSuccessfulVariables = execState.variables
this.lastSuccessfulOperations = execState.operations