diff src/luan/tools/CmdLine.java @ 129:486a0641bca4

add pickle client/server; fix parser bugs; git-svn-id: https://luan-java.googlecode.com/svn/trunk@130 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 09 Jun 2014 09:16:16 +0000
parents 8d7730a5e3b4
children 0594c132888b
line wrap: on
line diff
--- a/src/luan/tools/CmdLine.java	Sun Jun 08 03:38:25 2014 +0000
+++ b/src/luan/tools/CmdLine.java	Mon Jun 09 09:16:16 2014 +0000
@@ -18,7 +18,8 @@
 			LuanFunction standalone = (LuanFunction)luan.get("Basic.standalone");
 			luan.JAVA.call(standalone,"standalone",args);
 		} catch(LuanException e) {
-			System.err.println(e.getMessage());
+//			System.err.println(e.getMessage());
+			e.printStackTrace();
 			System.exit(-1);
 		}
 		System.exit(0);