in Commandbox when I run tasks and encounter an er...
# box-products
d
in Commandbox when I run tasks and encounter an error the message, line number, cf stacktrace and java stacktrace are printed to console. any way to disable the java stacktrace? I have yet to find any use for that long dump or stacktrace when running tasks via commandbox.
message has been deleted
The gripe here is that within a vscode session or even in my linux neovim sessions the terminal screen is not that tall. so the precise error message is out of the screen.
I'm guessing I have to extend commandbox.system.BaseTask with a try catch block.
b
Turn off verbose errors
I turn on verbose errors all the time because the stacktrace is invaluable when working with any sort of Java library.
Also, this is a great reason not to use the terminal in VSCode... It's way too small 😁
👍 1
👍🏾 1
☝️ 1
The logic for nearly all error handling is at the top level in the shell BTW.
d
no doubt my preferred environment is on my linux setup and I run a full window for terminal (box or zsh).
ah perfect