mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out 259262c87f23 (bug 711263) because of test failures
This commit is contained in:
parent
2e6dd31eef
commit
df067d069f
@ -633,9 +633,7 @@ AddonsReconciler.prototype = {
|
||||
}
|
||||
}
|
||||
|
||||
let cb = Async.makeSpinningCallback();
|
||||
this.saveState(null, cb);
|
||||
cb.wait();
|
||||
this.saveState(null, null);
|
||||
}
|
||||
catch (ex) {
|
||||
this._log.warn("Exception: " + Utils.exceptionStr(ex));
|
||||
|
Loading…
Reference in New Issue
Block a user