Skip to content

Commit 86b70a8

Browse files
committed
Fix execute error handling
1 parent 94170de commit 86b70a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/cli-v3/src/entryPoints/deploy-run-controller.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -784,12 +784,6 @@ class ProdWorker {
784784
error,
785785
});
786786

787-
try {
788-
await this._taskRunProcess.cancel();
789-
} catch (error) {
790-
logger.error("Failed to cancel task run process", { error });
791-
}
792-
793787
try {
794788
await this.#submitAttemptCompletion(execution, {
795789
id: execution.run.id,

0 commit comments

Comments
 (0)