Log commands manually before executing them
This commit is contained in:
parent
6ed1ccdc9a
commit
f5920c85ab
3 changed files with 3 additions and 1 deletions
|
|
@ -1162,6 +1162,7 @@ async function runTool(
|
|||
) {
|
||||
let output = "";
|
||||
let error = "";
|
||||
process.stdout.write(`[command]${cmd} ${args.join(" ")}\n`);
|
||||
const exitCode = await new toolrunner.ToolRunner(cmd, args, {
|
||||
ignoreReturnCode: true,
|
||||
listeners: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue