- uncommenting tests

This commit is contained in:
denihs
2023-02-08 16:59:13 -04:00
parent 781abf54b5
commit 2190c4b4e4
2 changed files with 485 additions and 485 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -146,7 +146,7 @@ ObserveMultiplexer = class {
}
async _applyCallback(callbackName, args) {
const self = this;
this._queue.queueTask(async function () {
await this._queue.runTask(async function () {
// If we stopped in the meantime, do nothing.
if (!self._handles)
return;