Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2025-11-20
/
.
/
test
/
parallel
/
test-repl-stdin-push-null.js
blob: 53ba9ff7c3316624009d2c80498bc5c5fb6a150c [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
const
common
=
require
(
'../common'
);
if
(!
process
.
stdin
.
isTTY
)
{
common
.
skip
(
'does not apply on non-TTY stdin'
);
}
process
.
stdin
.
destroy
();
process
.
stdin
.
setRawMode
(
true
);