Improve error and traceback reporting.

This commit is contained in:
James Roseborough
2010-05-08 23:50:51 +00:00
parent 482b6056a1
commit 8d16726e8b
5 changed files with 79 additions and 49 deletions

View File

@@ -64,7 +64,7 @@ public class lua {
public static void main( String[] args ) throws IOException {
// new lua state
_G = JsePlatform.standardGlobals();
_G = JsePlatform.debugGlobals();
LuaC.install();
// process args