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 90088bd commit 7e0f9a1Copy full SHA for 7e0f9a1
1 file changed
packages/cli-v3/src/executions/taskRunProcess.ts
@@ -433,7 +433,11 @@ export class TaskRunProcess {
433
const [error] = await tryCatch(killTimeout);
434
435
if (error) {
436
- logger.debug("kill: failed to wait for child process to exit", { killTimeout });
+ logger.debug("kill: failed to wait for child process to exit", {
437
+ timeoutInMs,
438
+ signal,
439
+ pid: this.pid,
440
+ });
441
}
442
443
0 commit comments