Skip to content

Commit

Permalink
Increase max buffer for output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Fernández committed Mar 17, 2016
1 parent 5ca0b5f commit 21c864e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/deployment.js
Expand Up @@ -113,6 +113,7 @@ var Deployment = function(options, log)
var params = {
cwd: directory,
timeout: 1000 * (options.timeout || DEFAULT_TIMEOUT_SECONDS),
maxBuffer: 1024 * 1024,
};
childProcess.exec(command, params, function(error, stdout, stderr)
{
Expand Down

0 comments on commit 21c864e

Please sign in to comment.