You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(js_run_devserver): do not output run--watch EXIT errors by default (#2326)
When the process is terminated with something such as cmd-c it is very
common the process will not finish sending/receiving the full EXIT
message from the CLI so we shouldn't spam stdout.
### Changes are visible to end-users: no
### Test plan
- Manual testing; please provide instructions so we can reproduce:
`aspect run --watch` on a `js_run_devserver` target such as
webpack/rspack, cmd-c and ensure no error is outputted
0 commit comments