-
fix(core): kill tasks run via run-commands (#31045)
发布于
2025-05-05 17:47:18 +00:00 Current Behavior
Tasks run via
run-commandsare not cleaned up properly.nx serve-docs nx-devin this repo did not cleanup the running server
when cancelled.Expected Behavior
Tasks run via
run-commandsare cleaned up properly.nx serve-docs nx-devin this repo does clean up the running server
when cancelled.Related Issue(s)
Fixes #
下载附件