Skip to content

Commit 7e0f9a1

Browse files
committed
better log, thanks coderabbit
1 parent 90088bd commit 7e0f9a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,11 @@ export class TaskRunProcess {
433433
const [error] = await tryCatch(killTimeout);
434434

435435
if (error) {
436-
logger.debug("kill: failed to wait for child process to exit", { killTimeout });
436+
logger.debug("kill: failed to wait for child process to exit", {
437+
timeoutInMs,
438+
signal,
439+
pid: this.pid,
440+
});
437441
}
438442
}
439443

0 commit comments

Comments
 (0)