cli tool demuxes stream now

This commit is contained in:
girish@cloudron.io
2016-01-18 21:36:05 -08:00
parent fdf4d8fdcf
commit 55799ebb2d

View File

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