diff options
Diffstat (limited to 'src/compiler/GF.hs')
| -rw-r--r-- | src/compiler/GF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs index 43a2a0b7f..ba5082fc8 100644 --- a/src/compiler/GF.hs +++ b/src/compiler/GF.hs @@ -46,4 +46,4 @@ mainOpts opts files = ModeInteractive -> mainGFI opts files ModeRun -> mainRunGFI opts files ModeServer -> mainServerGFI opts files - ModeCompiler -> dieIOE (mainGFC opts files) + ModeCompiler -> mainGFC opts files |
