Revert "fix: prevent page reload on run trigger to open remote browser"

This commit is contained in:
Karishma Shukla
2025-01-24 19:28:04 +05:30
committed by GitHub
parent 85b4786062
commit 153cf81edc
5 changed files with 9 additions and 102 deletions

View File

@@ -332,8 +332,6 @@ export class WorkflowInterpreter {
}, {})
}
this.socket.emit('run-completed', "success");
logger.log('debug', `Interpretation finished`);
this.clearState();
return result;