Fix kcl singleton
This commit is contained in:
@ -476,8 +476,7 @@ export class KclManager {
|
|||||||
})
|
})
|
||||||
|
|
||||||
this._logs = logs
|
this._logs = logs
|
||||||
this._execState = execState
|
this.execState = execState
|
||||||
this._variables = execState.variables
|
|
||||||
if (!errors.length) {
|
if (!errors.length) {
|
||||||
this.lastSuccessfulVariables = execState.variables
|
this.lastSuccessfulVariables = execState.variables
|
||||||
this.lastSuccessfulOperations = execState.operations
|
this.lastSuccessfulOperations = execState.operations
|
||||||
|
|||||||
Reference in New Issue
Block a user