improved logo for the shell

This commit is contained in:
minjaesong
2020-10-01 12:03:43 +09:00
parent 084a9f7aab
commit e8ddf6f9a1
8 changed files with 71 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ object VMRunnerFactory {
catch (e: javax.script.ScriptException) {
System.err.println("ScriptException from the script:")
System.err.println(command.substring(0, minOf(1024, command.length)))
System.err.println(e)
throw e
}
}