]> git.lizzy.rs Git - metalua.git/blobdiff - src/compiler/metalua.mlua
pushed in a hurry, alimentation issue on laptop
[metalua.git] / src / compiler / metalua.mlua
index 3c3564d0c37b167e47cf329f27cde1ae0ad92d63..2b2f08459287074b4424cecb50e270254cb04b76 100644 (file)
@@ -149,7 +149,7 @@ local function main (...)
          end
       end
       if not st then
-         printf ("Cannot compile %s: %s", table.tostring(x), ast or "no msg")
+         printf ("Cannot compile %s:\n%s", table.tostring(x), ast or "no msg")
          os.exit (AST_COMPILE_ERROR_NUMBER)
       end
       ast.origin = x