Suppressed URL loading related errors

This commit is contained in:
Manoj Vivek 2020-05-17 16:39:53 +05:30
parent 315982028a
commit 8104552c03

View file

@ -16,7 +16,7 @@ if (remote.getGlobal('process').env.NODE_ENV !== 'development') {
if (
hint &&
hint.originalException &&
(hint.originalException.message || '').indexOf('ERR_ABORTED') > -1
(hint.originalException.message || '').indexOf(') loading ') > -1
) {
return null;
}