commit typo

This commit is contained in:
leaf corcoran 2013-10-06 12:56:52 -07:00
parent cc6cb70ef6
commit ae0de2a141

View File

@ -79,7 +79,6 @@ end
if not opts.d then
local err, trace
xpcall(function() moonscript_chunk(unpack(new_arg)) end, function(_err)
xpcall(run_chunk, function(_err)
err = _err
trace = debug.traceback("", 2)