fix: socket cleanup, err handling

This commit is contained in:
Rohit Rajan
2025-09-28 22:39:39 +05:30
parent c7ec3cf58a
commit 24af62c026
3 changed files with 38 additions and 9 deletions

View File

@@ -309,7 +309,7 @@ export class WorkflowInterpreter {
}
};
private clearState = () => {
public clearState = () => {
this.debugMessages = [];
this.interpretationIsPaused = false;
this.activeId = null;