Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCas <6506529+ThaUnknown@users.noreply.github.com>2022-09-02 23:20:27 +0300
committerGitHub <noreply@github.com>2022-09-02 23:20:27 +0300
commit6666eb493f3a74f44de9533eb2e8a42b41664158 (patch)
tree5a2b3e4136efc6a295d920678ef39e6474c8f135 /lib/file.js
parentf9bcb742ffc0053a37d61ea1955e51731bba2e27 (diff)
parent3a8f901a48503a5c767b6174904e2c062d403a6a (diff)
Merge pull request #2339 from ThaUnknown/streamx
fix: use streamx instead of stream
Diffstat (limited to 'lib/file.js')
-rw-r--r--lib/file.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file.js b/lib/file.js
index 5e37581..e0574d0 100644
--- a/lib/file.js
+++ b/lib/file.js
@@ -1,5 +1,5 @@
const EventEmitter = require('events')
-const { PassThrough } = require('stream')
+const { PassThrough } = require('streamx')
const path = require('path')
const render = require('render-media')
const { BlobWriteStream } = require('fast-blob-stream')