mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-18 04:47:42 +03:00
* 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>