We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d333c8 commit a23bdfeCopy full SHA for a23bdfe
src/main/wrapper/CxWrapper.ts
@@ -142,6 +142,10 @@ export class CxWrapper {
142
});
143
}
144
145
+
146
+ // Log the complete command for debugging
147
+ logger.info("Complete scan create command: " + commands.join(" "));
148
149
const exec = new ExecutionService();
150
return await exec.executeCommands(this.config.pathToExecutable, commands, CxConstants.SCAN_TYPE);
151
0 commit comments