mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
error -> fail
This commit is contained in:
@@ -70,7 +70,7 @@ mainServerGFI opts0 port files =
|
|||||||
return $ if continue then Just gfenv else Nothing
|
return $ if continue then Just gfenv else Nothing
|
||||||
#else
|
#else
|
||||||
mainServerGFI opts port files =
|
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
|
#endif
|
||||||
|
|
||||||
-- | Read end execute commands until it is time to quit
|
-- | Read end execute commands until it is time to quit
|
||||||
|
|||||||
Reference in New Issue
Block a user