pull/1/head
yflory 2020-11-19 10:49:08 +01:00 committed by ansuz
parent 99ef72a6fd
commit d8781dbaff
1 changed files with 1 additions and 1 deletions

View File

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