window.onerror: move to proper window.log.error call (#1528)

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago committed by GitHub
parent 03f8c2c4e0
commit f070bc4299

@ -141,6 +141,6 @@ window.log = {
};
window.onerror = function(message, script, line, col, error) {
log.error(error.stack);
window.log.error(error.stack);
};

Loading…
Cancel
Save