Skip to content

Commit e72bcc8

Browse files
committed
fix ipc message type change
1 parent 4d46d20 commit e72bcc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/cli-v3/src/executions/taskRunProcess.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,7 @@ export class TaskRunProcess {
286286
return;
287287
}
288288

289-
this._ipc?.send("WAITPOINT_COMPLETED", {
290-
waitpoint,
291-
});
289+
this._ipc?.send("RESOLVE_WAITPOINT", { waitpoint });
292290
}
293291

294292
async #handleExit(code: number | null, signal: NodeJS.Signals | null) {

0 commit comments

Comments
 (0)