-
fix(core): update fork task runner so it propagates exit signals (#30998)
发布于
2025-05-02 13:52:58 +00:00 This is a fix when using the TUI
forked process-task-runner. The
SIGINTand other signals are not handled, which causes the underlying
process (in this caserun-executor) to be left hanging.Current Behavior
TUI leaves processes hanging when using
forked-process-task-runnerExpected Behavior
TUI should kill processes
Related Issue(s)
Fixes #
下载附件