helpful comment

This commit is contained in:
nek0 2023-12-09 14:11:37 +01:00
parent b21f71ffc8
commit 1a925eaa6d

View file

@ -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