diff options
Diffstat (limited to 'src/bun.js/builtins/js/ProcessObjectInternals.js')
-rw-r--r-- | src/bun.js/builtins/js/ProcessObjectInternals.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bun.js/builtins/js/ProcessObjectInternals.js b/src/bun.js/builtins/js/ProcessObjectInternals.js index 87bb07b95..2353f6b7e 100644 --- a/src/bun.js/builtins/js/ProcessObjectInternals.js +++ b/src/bun.js/builtins/js/ProcessObjectInternals.js @@ -462,11 +462,6 @@ function getStdinStream(fd, rawRequire, Bun) { return fd_; } - // TODO: investigate https://github.com/oven-sh/bun/issues/1608 - _construct(callback) { - callback(); - } - constructor() { super({ readable: true, writable: true }); } |