fix timedata.
This commit is contained in:
parent
efe04e528a
commit
4af0372ca8
@ -82,10 +82,10 @@ TimeData.prototype.add = function add(host, time) {
|
|||||||
match = true;
|
match = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!match) {
|
}
|
||||||
this._checked = true;
|
if (!match) {
|
||||||
bcoin.debug('Please make sure your system clock is correct!');
|
this._checked = true;
|
||||||
}
|
bcoin.debug('Please make sure your system clock is correct!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user