Skip to content

Commit

Permalink
v0.4.17: Verbosity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jas- committed Oct 29, 2019
1 parent 3b98523 commit e7e744d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class tools extends emitter {
const args = obj.slice(1);

if (opts.verbose)
console.log(`Running: ${cmd}`);
console.log(`Running: ${cmd} ${args}`);

// Push it on to the heap
const execute = proc(cmd, args);
Expand Down

0 comments on commit e7e744d

Please sign in to comment.