diff --git a/frontend/stepper/quickalgo_executor.ts b/frontend/stepper/quickalgo_executor.ts index ba7bd35a..e1246a8e 100644 --- a/frontend/stepper/quickalgo_executor.ts +++ b/frontend/stepper/quickalgo_executor.ts @@ -50,6 +50,8 @@ class QuickalgoExecutor { Codecast.runner.stop(); await this.stepperContext.dispatch(stepperExecutionEndConditionReached(executionResult)); + + return; } }