diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2011-11-15 13:33:44 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2011-11-15 13:33:44 +0000 |
| commit | 61c16f2eb2a042152a2b04f709d0cefe6e5a14df (patch) | |
| tree | 04fad20bcc0923f4a505a87a2ec9ef139394d868 /src/compiler/GF.hs | |
| parent | 8a7aa15c5717e3ab4ebe0e63459759be4863e07e (diff) | |
more structured format for errors and warnings from the compiler
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 |
