Skip to content

Commit c8f85ce

Browse files
committed
Import stream instead of node:stream
1 parent 9f234b0 commit c8f85ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectIndexer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Writable as WritableStream } from 'node:stream'
21
import * as path from 'path'
2+
import { Writable as WritableStream } from 'stream'
33
import * as url from 'url'
44

55
import prettyMilliseconds from 'pretty-ms'

0 commit comments

Comments
 (0)