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
// QUESTION should we print the error message by default?
console.error(fullMessage)
My test runner already has logic to capture, format and display errors. Right now I have useful logs, followed by two copies of the error and a stack trace. This pushes valuable logs and debugging information off screen and I need to go over and scroll the terminal far more often then I would if the error was only printed once.
I don't know if you want to change the default, but there should at least be an option to not print the error.
The text was updated successfully, but these errors were encountered:
The code even suggests this:
snap-shot-core/src/file-system.js
Lines 260 to 261 in 0c1c912
My test runner already has logic to capture, format and display errors. Right now I have useful logs, followed by two copies of the error and a stack trace. This pushes valuable logs and debugging information off screen and I need to go over and scroll the terminal far more often then I would if the error was only printed once.
I don't know if you want to change the default, but there should at least be an option to not print the error.
The text was updated successfully, but these errors were encountered: