Skip to content

Commit

Permalink
Print the command
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Nov 12, 2024
1 parent 35c1e1c commit ed2d58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/CompileTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export namespace CompileTools {
command: [
...options.noLibList? [] : buildLiblistCommands(connection, ileSetup),
...commands.map(command =>
`${`system ${GlobalConfiguration.get(`logCompileOutput`) ? `` : `-s`} "${IBMi.escapeForShell(connection.sysNameInAmerican(command))}"`}`,
`${`system -v "${IBMi.escapeForShell(connection.sysNameInAmerican(command))}"`}`,
)
].join(` && `),
directory: cwd,
Expand Down

0 comments on commit ed2d58f

Please sign in to comment.