small fix
This commit is contained in:
parent
007cf8e3f3
commit
989d40b7e4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ terminateGameOnSigint path = do
|
||||||
-- Raise SIGINT again so it does not get blocked
|
-- Raise SIGINT again so it does not get blocked
|
||||||
raiseSignal sigINT
|
raiseSignal sigINT
|
||||||
)
|
)
|
||||||
(Just emptySignalSet)
|
Nothing
|
||||||
where
|
where
|
||||||
disconnectClients = mapM_
|
disconnectClients = mapM_
|
||||||
(\(_, clientSocket) -> do
|
(\(_, clientSocket) -> do
|
||||||
|
|
Loading…
Reference in a new issue