summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--repl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.lua b/repl.lua
index a3b799e..4673322 100644
--- a/repl.lua
+++ b/repl.lua
@@ -85,7 +85,7 @@ local function repl(done, name, ins, outs)
end
function onerror(err)
- local ok, err = outs:write(format("ERROR: %s\n", err))
+ local ok, err = outs:write(format("%s\n", err))
if not ok then return done(nil, err) end
return getcode()