We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d46d20 commit e72bcc8Copy full SHA for e72bcc8
1 file changed
packages/cli-v3/src/executions/taskRunProcess.ts
@@ -286,9 +286,7 @@ export class TaskRunProcess {
286
return;
287
}
288
289
- this._ipc?.send("WAITPOINT_COMPLETED", {
290
- waitpoint,
291
- });
+ this._ipc?.send("RESOLVE_WAITPOINT", { waitpoint });
292
293
294
async #handleExit(code: number | null, signal: NodeJS.Signals | null) {
0 commit comments