We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aa04f commit bfa10d4Copy full SHA for bfa10d4
1 file changed
bin/index.js
@@ -47,6 +47,7 @@ function readFromStdin() {
47
}
48
});
49
process.stdin.on('end', () => {
50
+ console.log('\n');
51
resolve(content);
52
53
process.stdin.on('error', reject);
0 commit comments