Skip to content

Commit

Permalink
fix copy+paste
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 10, 2018
1 parent 7accf5f commit 7b24592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let read = {
function enter() {
if (input.length === 0) return
stop()
input = input.replace(/\r$/, '')
resolve(input)
}

Expand Down

0 comments on commit 7b24592

Please sign in to comment.