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
Because we catch real errors, not strings (which window.onerror usually gets), mocha sets err.uncaught = true, which then triggers a second error display in the main window.
The text was updated successfully, but these errors were encountered:
Because we catch real errors, not strings (which
window.onerror
usually gets), mocha setserr.uncaught = true
, which then triggers a second error display in the main window.The text was updated successfully, but these errors were encountered: