发布

  • fix(core): kill tasks run via run-commands (#31045)

    frostbyte_neo 发布于 2025-05-05 17:47:18 +00:00

    Current Behavior

    Tasks run via run-commands are not cleaned up properly.

    nx serve-docs nx-dev in this repo did not cleanup the running server
    when cancelled.

    Expected Behavior

    Tasks run via run-commands are cleaned up properly.

    nx serve-docs nx-dev in this repo does clean up the running server
    when cancelled.

    Related Issue(s)

    Fixes #

    下载附件