-
-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
I'm using get-sdtdin at regexgen-cli and I noticed that an \n is always present at the final of the input:
getStdin().then(stdin => {
console.log(stdin)
console.log([].concat(stdin))
})❯ echo hola | regexgen
hola
[ 'hola\n' ]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels