Error (the object and stacktrace) not showed up in log panel
orionlee opened this issue · 0 comments
orionlee commented
In Mancy v3.1.0, if console.error()
contains Error objects, the objects do not show up in log panel .
E.g., for the following statement
console.error('Test error not showing up: ', new Error('dummy error message'))
The log panel only shows the string, but not the error object (neither the message nor stacktrace).
Environment: Mancyv3.1.0(win 64bit) on windows 7
Thanks for the attention.