On 2014-09-28 19:36, Walter Bright wrote:

I suggest removal of stack trace for exceptions, but leaving them in for
asserts.

If you don't like the stack track, just wrap the "main" function in a try-catch block, catch all exceptions and print the error message.

--
/Jacob Carlborg

Reply via email to