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.
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 tofalse
.