发布

  • fix(core): update fork task runner so it propagates exit signals (#30998)

    frostbyte_neo 发布于 2025-05-02 13:52:58 +00:00

    This is a fix when using the TUI forked process-task-runner. The
    SIGINT and other signals are not handled, which causes the underlying
    process (in this case run-executor) to be left hanging.

    Current Behavior

    TUI leaves processes hanging when using forked-process-task-runner

    Expected Behavior

    TUI should kill processes

    Related Issue(s)

    Fixes #

    下载附件