Fix typo
parent
d0c782615d
commit
35909f1016
|
@ -981,7 +981,7 @@ define([
|
|||
};
|
||||
UI.errorLoadingScreen = function (error, transparent, exitable) {
|
||||
if (error === 'Error: XDR encoding failure') {
|
||||
console.warn(err);
|
||||
console.warn(error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue