diff --git a/packages/meteor/dynamics_nodejs.js b/packages/meteor/dynamics_nodejs.js index 8122d286d3..97f7575f0c 100644 --- a/packages/meteor/dynamics_nodejs.js +++ b/packages/meteor/dynamics_nodejs.js @@ -1,4 +1,4 @@ -// Implementation of dynamic scoping, for use on the server - with Fibers or AsyncLocalStorage +// Implementation of dynamic scoping, for use on the server with AsyncLocalStorage let nextSlot = 0; let callAsyncMethodRunning = false;