You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the line on lib/index.js#L344 assumes that the message portion of error.stack will only be one line (i.e. the .slice(1)). However, when Code.settings.truncateMessages = false the object is pretty-printed and the stacktrace looks like this:
Error: Expected { foo: 'bar'
hello: 'world' } to equal specified value
at ...
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like the line on
lib/index.js#L344
assumes that the message portion oferror.stack
will only be one line (i.e. the.slice(1)
). However, whenCode.settings.truncateMessages = false
the object is pretty-printed and the stacktrace looks like this:The text was updated successfully, but these errors were encountered: