aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index d31fef2..be5bdf3 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -27,7 +27,7 @@ repl config env = do
case minput of
Nothing -> return ()
Just input -> do
- result <- lift $ runL config (runInlineScript env input)
+ result <- lift $ runL config (runInlineScript "<repl>" env input)
case result of
Left (LException ex) -> do
outputStrLn $ "Error: " ++ ex