diff --git a/src/apps.js b/src/apps.js index c89a4065d..63733a904 100644 --- a/src/apps.js +++ b/src/apps.js @@ -650,7 +650,7 @@ function exec(appId, options, callback) { var execOptions = { AttachStdin: true, AttachStdout: true, - AttachStderr: false, + AttachStderr: true, Tty: options.tty, Cmd: cmd };