Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(signal): remove call to os.Exit to ensure app cleanups are run
This change removes the call to `os.Exit` on a 2nd OS signal, to ensure that the application's cleanups - most often represented as `defer` calls - are properly called (since calls to `os.Exit` prevent `defer` functions execution.)
- Loading branch information