diff options
Diffstat (limited to 'src/js/thirdparty/undici.js')
-rw-r--r-- | src/js/thirdparty/undici.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/thirdparty/undici.js b/src/js/thirdparty/undici.js index 579e33d1d..e7c633876 100644 --- a/src/js/thirdparty/undici.js +++ b/src/js/thirdparty/undici.js @@ -1,4 +1,4 @@ -const { Object } = globalThis[Symbol.for("Bun.lazy")]("primordials"); +const { Object } = $lazy("primordials"); import { EventEmitter } from "events"; import NodeStreamModule from "node:stream"; import { Readable } from "node:stream"; |