[server] Fix typo
This commit is contained in:
parent
6d6344d372
commit
45a6d1934e
1 changed files with 1 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ serverApp pingDelay constructor pendingConnection = do
|
||||||
constructor (writeChan chan) $ receivePackets conn
|
constructor (writeChan chan) $ receivePackets conn
|
||||||
_ -> closeWithErrorMessage conn "Invalid packet: Expected a hello packet"
|
_ -> closeWithErrorMessage conn "Invalid packet: Expected a hello packet"
|
||||||
where
|
where
|
||||||
initialNode = txtNode "" "Loading ..."
|
initialNode = txtNode "" "Loading..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue