Log commands manually before executing them

This commit is contained in:
Henry Mercer 2023-08-10 15:29:57 +01:00
parent 6ed1ccdc9a
commit f5920c85ab
3 changed files with 3 additions and 1 deletions

View file

@ -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: {