ce0db8344b
* fix: make signaler exit on cancel `break` is incorrect here, as it just breaks out of the select. `return` to exit the function instead. Fixes #1636. Signed-off-by: Ian Kerins <ianskerins@gmail.com> * fix: exit non-zero on fatal error Signed-off-by: Ian Kerins <ianskerins@gmail.com>