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
Under #9741 all logs from console.log are wrapped in a frame. This has added a lot of visual noise to some builds we have which log progress of some polling tests.
Some sort of config or flag to make it behave like it did in 0.25.3. This was discussed in #9741 but was ultimately not implemented #9741 (comment)
This is how it used to look in 0.25.3:
Found 0 messages out of an expected 1. Attempt #8. Polling since 7.7s ago.
Found 0 messages out of an expected 1. Attempt #9. Polling since 8.7s ago.
And now how it looks in 0.25.4:
console.log
Found 0 messages out of an expected 1. Attempt #8. Polling since 7.7s ago.
at Object.invoke (node_modules/<snip>/index.js:71:11)
console.log
Found 0 messages out of an expected 1. Attempt #9. Polling since 8.7s ago.
at Object.invoke (node_modules/<snip>/index.js:71:11)
Motivation
I'd like the ability to have console.log behave the same way I did in 0.25.3
Example
See above
Pitch
The text was updated successfully, but these errors were encountered:
This issue was closed because it has been stalled for 7 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🚀 Feature Proposal
Under #9741 all logs from
console.log
are wrapped in a frame. This has added a lot of visual noise to some builds we have which log progress of some polling tests.Some sort of config or flag to make it behave like it did in
0.25.3
. This was discussed in #9741 but was ultimately not implemented #9741 (comment)This is how it used to look in
0.25.3
:And now how it looks in
0.25.4
:Motivation
I'd like the ability to have
console.log
behave the same way I did in0.25.3
Example
See above
Pitch
The text was updated successfully, but these errors were encountered: