1
0
forked from GitHub/gf-core

error -> fail

This commit is contained in:
krangelov
2021-12-24 11:15:10 +01:00
parent 4ec0c334c3
commit 56824cb645

View File

@@ -70,7 +70,7 @@ mainServerGFI opts0 port files =
return $ if continue then Just gfenv else Nothing
#else
mainServerGFI opts port files =
error "GF has not been compiled with server mode support"
fail "GF has not been compiled with server mode support"
#endif
-- | Read end execute commands until it is time to quit