Skip to content

Commit 81612a0

Browse files
committed
🐛 Import EventEmitter from not 'node:stream' but 'node:events'
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent e5f3dc0 commit 81612a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/async-iterable-queue.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { EventEmitter } from 'stream'
2-
import { assert } from 'console'
1+
import { EventEmitter } from 'node:events'
2+
import { assert } from 'node:console'
33

44
/**
55
* 非同期反復可能な先入れ先出し型の待ち行列への非同期反復子

0 commit comments

Comments
 (0)