mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Suppressed URL loading related errors
This commit is contained in:
parent
315982028a
commit
8104552c03
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue