Skip to content

Commit

Permalink
Merge pull request #5 from zeit/fix/windows
Browse files Browse the repository at this point in the history
Fix for Windows
  • Loading branch information
rauchg committed Jun 7, 2016
2 parents f88e8e4 + 165a0e2 commit 3103789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = exports.default = function emailPropt({
const isRaw = process.stdin.isRaw;
const isPaused = process.stdin.isPaused();

process.stdin.write(start);
process.stdout.write(start);
process.stdin.setRawMode(true);
process.stdin.resume();

Expand Down

0 comments on commit 3103789

Please sign in to comment.