Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove extra spaces
  • Loading branch information
dario-piotrowicz committed Apr 12, 2025
commit 425b7db1c9f5d06a0cbe9f0f6b49a27885855eed
2 changes: 1 addition & 1 deletion test/parallel/test-repl-no-terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const common = require('../common');
const repl = require('repl');
const r = repl.start({ terminal: false });
r.setupHistory('/nonexistent/file', common.mustSucceed(() => {
process.stdin.unref?.();
process.stdin.unref?.();
}));
Loading