Skip to content

Commit

Permalink
Add updating the artifact graph after mock execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jtran committed Jan 31, 2025
1 parent 1ee1e52 commit 7ee5145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lang/KclSingleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ export class KclManager {
this.lastSuccessfulProgramMemory = execState.memory
this.lastSuccessfulOperations = execState.operations
}
this.engineCommandManager.updateArtifactGraph(execState.artifactGraph)
}
cancelAllExecutions() {
this._cancelTokens.forEach((_, key) => {
Expand Down

0 comments on commit 7ee5145

Please sign in to comment.