When rebuilding after a change, Ctrl-C kills the daemon but not the build. (Ppow quits after the build finishes.)
Steps to reproduce:
- Write a large Go app that takes a few seconds to rebuild.
- Run ppow in prep (build) + daemon mode.
- Make a change and save.
- While go build is running, hit Ctrl-C.
Expected:
Both daemon and build are immediately killed.
Actual:
Daemon is immediately killed. Ppow waits for the build to finish, then quits.
When rebuilding after a change, Ctrl-C kills the daemon but not the build. (Ppow quits after the build finishes.)
Steps to reproduce:
Expected:
Both daemon and build are immediately killed.
Actual:
Daemon is immediately killed. Ppow waits for the build to finish, then quits.