maybe stream is duplex

This commit is contained in:
girish@cloudron.io
2016-01-18 13:39:18 -08:00
parent 6dc11edafe
commit fdf4d8fdcf

View File

@@ -650,7 +650,7 @@ function exec(appId, options, callback) {
var execOptions = {
AttachStdin: true,
AttachStdout: true,
AttachStderr: true,
AttachStderr: false,
Tty: options.tty,
Cmd: cmd
};