comparison src/luan/tools/CmdLine.java @ 131:15a8e6588f3c

various fixes git-svn-id: https://luan-java.googlecode.com/svn/trunk@132 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 10 Jun 2014 04:15:19 +0000
parents 0594c132888b
children 98aba462c422
comparison
equal deleted inserted replaced
130:0594c132888b 131:15a8e6588f3c
20 } catch(LuanException e) { 20 } catch(LuanException e) {
21 // System.err.println(e.getMessage()); 21 // System.err.println(e.getMessage());
22 e.printStackTrace(); 22 e.printStackTrace();
23 System.exit(-1); 23 System.exit(-1);
24 } 24 }
25 System.exit(0);
26 } 25 }
27 26
28 } 27 }