Skip to content

Commit bfa10d4

Browse files
committed
Add breakline after end input
1 parent b1aa04f commit bfa10d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function readFromStdin() {
4747
}
4848
});
4949
process.stdin.on('end', () => {
50+
console.log('\n');
5051
resolve(content);
5152
});
5253
process.stdin.on('error', reject);

0 commit comments

Comments
 (0)