@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.
@@ -361,7 +361,7 @@ var error = errorBuilder;
361
361
 
362
362
  // src/platform/adapters/node-als.ts
363
363
  async function loadAsyncLocalStorageClass() {
364
- const mod = await import('async_hooks');
364
+ const mod = __require("async_hooks");
365
365
  return mod.AsyncLocalStorage;
366
366
  }
367
367
  __name(loadAsyncLocalStorageClass, "loadAsyncLocalStorageClass");