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(cli/util): terminate watch file with sigint (#30635)
Fix#30587 .
I've implemented 2 tests. The first one checks when a program is
terminated while the watcher is waiting for file changes and the user
interrupts the process. The second one checks when the code is running:
the SIGINT should be intercepted and the process should quit.
0 commit comments