diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index 1829c62..978cafc 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -26,7 +26,7 @@ repl config = do result <- lift $ runExceptT $ runReaderT (runInlineScript input) config case result of Left (LException ex) -> outputStrLn $ "Error: " ++ ex - Right () -> outputStrLn $ input + Right () -> return () repl config main :: IO () |
