aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bun.js/fs.exports.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/fs.exports.js b/src/bun.js/fs.exports.js
index 6f63ccb84..649a31ef4 100644
--- a/src/bun.js/fs.exports.js
+++ b/src/bun.js/fs.exports.js
@@ -375,7 +375,7 @@ function getLazyReadStream() {
[readStreamPathFastPathSymbol];
_construct(callback) {
- super._construct && super._construct(callback);
+ callback();
this.emit("open", this.fd);
this.emit("ready");
}