fix: socket cleanup, err handling
This commit is contained in:
@@ -309,7 +309,7 @@ export class WorkflowInterpreter {
|
||||
}
|
||||
};
|
||||
|
||||
private clearState = () => {
|
||||
public clearState = () => {
|
||||
this.debugMessages = [];
|
||||
this.interpretationIsPaused = false;
|
||||
this.activeId = null;
|
||||
|
||||
Reference in New Issue
Block a user