From fdf4d8fdcf1b0f27d5a87a28a51898351f8244f2 Mon Sep 17 00:00:00 2001 From: "girish@cloudron.io" Date: Mon, 18 Jan 2016 13:39:18 -0800 Subject: [PATCH] maybe stream is duplex --- src/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };