mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-28 02:34:23 +01:00
Merge pull request #4627 from matheusdtech/sigabrt
signal: do not trap SIGABRT
This commit is contained in:
@@ -42,7 +42,6 @@ func Intercept() error {
|
||||
signalsToCatch := []os.Signal{
|
||||
os.Interrupt,
|
||||
os.Kill,
|
||||
syscall.SIGABRT,
|
||||
syscall.SIGTERM,
|
||||
syscall.SIGQUIT,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user