Mercurial Hosting > luan
changeset 691:5b9c7f8529ee
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 18 Apr 2016 17:37:19 -0600 |
parents | 6a489a6b3cbc |
children | 7bd97d642f37 |
files | core/src/luan/impl/LuanCompiler.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/src/luan/impl/LuanCompiler.java Mon Apr 18 17:20:08 2016 -0600 +++ b/core/src/luan/impl/LuanCompiler.java Mon Apr 18 17:37:19 2016 -0600 @@ -57,7 +57,7 @@ } return parser.RequiredModule(); } catch(ParseException e) { -e.printStackTrace(); +//e.printStackTrace(); throw new LuanException( e.getFancyMessage() ); } }