mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
resetting the score is not an asynchronous operation, so Service::_syncEngine shouldn't yield after calling it
This commit is contained in:
parent
633afe0864
commit
8182b10abf
@ -610,7 +610,6 @@ WeaveSvc.prototype = {
|
||||
engine.sync(self.cb);
|
||||
yield;
|
||||
engine._tracker.resetScore();
|
||||
yield;
|
||||
} catch(e) {
|
||||
this._log.error(Utils.exceptionStr(e));
|
||||
if (e.trace)
|
||||
|
Loading…
Reference in New Issue
Block a user