Fix _prepareError check
This commit is contained in:
parent
4638985b16
commit
51d756eefc
@ -886,7 +886,7 @@ class Backend {
|
|||||||
let status = null;
|
let status = null;
|
||||||
|
|
||||||
if (!this._isPrepared) {
|
if (!this._isPrepared) {
|
||||||
if (this._prepareError !== null) {
|
if (this._prepareError) {
|
||||||
text = '!!';
|
text = '!!';
|
||||||
color = '#f04e4e';
|
color = '#f04e4e';
|
||||||
status = 'Error';
|
status = 'Error';
|
||||||
|
Loading…
Reference in New Issue
Block a user