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
When an error message (including the code snippet in the message) contains angle brackets, the message gets truncated. This is particularly annoying when working with HTML. It seems to happen when printing Dartium test output to the console.
Example code: var o = new NonexistantClass("<a>foo</a>")