mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge branch 'master' into master
This commit is contained in:
commit
a32ef05d3c
@ -609,9 +609,9 @@ export const monitorNetworkInterception = () => {
|
||||
return;
|
||||
}
|
||||
if (windowHandler.isWebPageLoading
|
||||
&& details.error === 'net::ERR_INTERNET_DISCONNECTED'
|
||||
&& (details.error === 'net::ERR_INTERNET_DISCONNECTED'
|
||||
|| details.error === 'net::ERR_NETWORK_CHANGED'
|
||||
|| details.error === 'net::ERR_NAME_NOT_RESOLVED') {
|
||||
|| details.error === 'net::ERR_NAME_NOT_RESOLVED')) {
|
||||
|
||||
logger.error(`window-utils: URL failed to load`, details);
|
||||
mainWindow.webContents.send('show-banner', { show: true, bannerType: 'error', url: podUrl });
|
||||
|
Loading…
Reference in New Issue
Block a user