helpful comment
This commit is contained in:
parent
b21f71ffc8
commit
1a925eaa6d
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ dropSocketOnSigint sock =
|
|||
(SockAddrUnix path) <- getSocketName sock
|
||||
close' sock
|
||||
removeIfExists path
|
||||
-- Raise SIGINT again so it does not get blocked
|
||||
raiseSignal keyboardSignal
|
||||
)
|
||||
Nothing
|
||||
|
|
Loading…
Reference in a new issue