diff options
Diffstat (limited to 'src/GF/Command')
| -rw-r--r-- | src/GF/Command/Importing.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Command/Importing.hs b/src/GF/Command/Importing.hs index bbf03ddbc..9d31d3dc3 100644 --- a/src/GF/Command/Importing.hs +++ b/src/GF/Command/Importing.hs @@ -33,7 +33,7 @@ importGrammar pgf0 opts files = res <- appIOE $ compileToPGF opts files case res of Ok pgf2 -> do return $ unionPGF pgf0 pgf2 - Bad msg -> do putStrLn msg + Bad msg -> do putStrLn ('\n':'\n':msg) return pgf0 ".pgf" -> do pgf2 <- mapM readPGF files >>= return . foldl1 unionPGF |
