Commit c51b75e
authored
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 outputted1 parent 2580e43 commit c51b75e
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
799 | | - | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
800 | 810 | | |
| 811 | + | |
| 812 | + | |
801 | 813 | | |
802 | 814 | | |
803 | 815 | | |
| |||
0 commit comments