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
Update readline.md
Removed tab character and added 2 space
  • Loading branch information
vbinithyanandamv authored Dec 9, 2020
commit 5e916fd2246f6553e6fb8e674430e038d075c806
2 changes: 1 addition & 1 deletion doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ const { createInterface } = require('readline');
const readline = require('readline');

const input = readline.createInterface({
input: process.stdin
input: process.stdin
});

process.stdin.unref();
Expand Down