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
Always convert printed objects to strings in JS (#2741)
This makes browsers match the behavior in Dart and Node, and
specifically fixes a bug where warnings were emitted as `StringBuffer`
objects rather than console messages.
0 commit comments