@bluelibs/runner 4.8.0 → 4.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -362,7 +362,7 @@ var error = errorBuilder;
362
362
 
363
363
  // src/platform/adapters/node-als.ts
364
364
  async function loadAsyncLocalStorageClass() {
365
- const mod = await import('async_hooks');
365
+ const mod = __require("async_hooks");
366
366
  return mod.AsyncLocalStorage;
367
367
  }
368
368
  __name(loadAsyncLocalStorageClass, "loadAsyncLocalStorageClass");