mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- uncommenting tests
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user