Merge pull request #2880 from Roasbeef/windows-signals
signal: don't attempt to catch SIGSTOP
This commit is contained in:
commit
b96da69476
@ -32,7 +32,6 @@ func init() {
|
||||
os.Kill,
|
||||
syscall.SIGABRT,
|
||||
syscall.SIGTERM,
|
||||
syscall.SIGSTOP,
|
||||
syscall.SIGQUIT,
|
||||
}
|
||||
signal.Notify(interruptChannel, signalsToCatch...)
|
||||
|
Loading…
Reference in New Issue
Block a user