sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

setRawMode breaks code running with pseudoTTY in Docker #78

Closed mgol closed 10 years ago

mgol commented 10 years ago

As reported in a comment https://github.com/sindresorhus/grunt-shell/pull/74#issuecomment-53446192, setRawMode breaks code running with pseudoTTY in Docker. Since this is the second report about this change breaking sth in a relatively short time, IMO the change should either be backed out or an option for turning it off should be created and set by default to false.

sindresorhus commented 10 years ago

fixed in https://github.com/sindresorhus/grunt-shell/commit/dad732dfaddac5f990065b99cc03250370b7c9c9

Computers, where everything breaks anything...