aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/builtins/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/builtins/js')
-rw-r--r--src/bun.js/builtins/js/ProcessObjectInternals.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/builtins/js/ProcessObjectInternals.js b/src/bun.js/builtins/js/ProcessObjectInternals.js
index 792f59ec3..e23e516b8 100644
--- a/src/bun.js/builtins/js/ProcessObjectInternals.js
+++ b/src/bun.js/builtins/js/ProcessObjectInternals.js
@@ -510,6 +510,7 @@ function getStdinStream(fd_, rawRequire, Bun) {
}
}
+ setRawMode(mode) {}
on(name, callback) {
// Streams don't generally required to present any data when only
// `readable` events are present, i.e. `readableFlowing === false`