aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/streams.exports.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bun.js/streams.exports.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/streams.exports.js b/src/bun.js/streams.exports.js
index 86e06aaff..7f5a0b8f7 100644
--- a/src/bun.js/streams.exports.js
+++ b/src/bun.js/streams.exports.js
@@ -6693,7 +6693,6 @@ function createNativeStreamReadable(nativeType, Readable) {
if (updateRef) {
updateRef(ptr, false);
}
- process.nextTick(deinit, ptr);
debug("NativeReadable destroyed", this.__id);
cancel(ptr, error);
callback(error);