shell: also print the args
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ async function execArgs(tag, file, args, options) {
|
||||
assert(Array.isArray(args));
|
||||
assert.strictEqual(typeof options, 'object');
|
||||
|
||||
debug(`${tag} exec: ${file}`);
|
||||
debug(`${tag} exec: ${file} ${JSON.stringify(args)}`);
|
||||
|
||||
const execOptions = Object.assign({ encoding: 'utf8', shell: false }, options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user