diff --git a/src/apps.js b/src/apps.js index 63733a904..c89a4065d 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: true, + AttachStderr: false, Tty: options.tty, Cmd: cmd };