Don't catch sigabrt
This commit is contained in:
parent
033c68593b
commit
8a9aec4884
@ -9,5 +9,5 @@ import (
|
||||
)
|
||||
|
||||
func Notify(sig chan os.Signal) {
|
||||
signal.Notify(sig, os.Interrupt, syscall.SIGABRT, syscall.SIGQUIT, syscall.SIGTERM)
|
||||
signal.Notify(sig, os.Interrupt, syscall.SIGQUIT, syscall.SIGTERM)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user