Skip to content

Commit

Permalink
Changed the execution of commands so it only adds the quite flag if w…
Browse files Browse the repository at this point in the history
…e don't want debug info
  • Loading branch information
MiguelMadero committed Sep 25, 2012
1 parent 6cf8de6 commit 77cf340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -179,7 +179,7 @@ if(cmds.length) {
die(cmds[0] + ' is not a Geddy command.'); die(cmds[0] + ' is not a Geddy command.');
} }


//cmd += ' --quiet'; if(!opts.debug) cmd += ' --quiet';
exec(cmd, function(err, stdout, stderr) { exec(cmd, function(err, stdout, stderr) {
if(err) { if(err) {
throw err; throw err;
Expand Down

0 comments on commit 77cf340

Please sign in to comment.