From 61c16f2eb2a042152a2b04f709d0cefe6e5a14df Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 15 Nov 2011 13:33:44 +0000 Subject: more structured format for errors and warnings from the compiler --- src/compiler/GF.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GF.hs') 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 -- cgit v1.2.3