Alex Crichton 55dbf9478f Don't log routine errors as out-of-the-ordinary
To benefit users in debug mode we log any unexpected exceptions to help
diagnose any issues that might arise. It turns out, though, we log this
for *every* exception happening for *every* import, including imports
like `__wbindgen_throw` which are explicitly intended to throw an
exception. This can cause distracting debug logs to get emitted to the
console, so let's squelch the debug logging for known imports that we
shouldn't log for, such as intrinsics.

Closes #1785
2019-09-25 11:24:27 -05:00
..
2019-09-10 17:32:30 -07:00
2019-09-20 13:50:00 -05:00
2019-09-20 13:50:00 -05:00
2019-09-24 08:23:11 -07:00
2019-09-20 13:50:00 -05:00
2019-08-13 10:37:08 -07:00
2019-09-10 17:32:30 -07:00