pull/1/head
yflory 4 years ago
parent d0c782615d
commit 35909f1016

@ -981,7 +981,7 @@ define([
}; };
UI.errorLoadingScreen = function (error, transparent, exitable) { UI.errorLoadingScreen = function (error, transparent, exitable) {
if (error === 'Error: XDR encoding failure') { if (error === 'Error: XDR encoding failure') {
console.warn(err); console.warn(error);
return; return;
} }

Loading…
Cancel
Save