Skip to content

Commit a23bdfe

Browse files
Added logs to display all command details
1 parent 9d333c8 commit a23bdfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/wrapper/CxWrapper.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ export class CxWrapper {
142142
});
143143
}
144144
});
145+
146+
// Log the complete command for debugging
147+
logger.info("Complete scan create command: " + commands.join(" "));
148+
145149
const exec = new ExecutionService();
146150
return await exec.executeCommands(this.config.pathToExecutable, commands, CxConstants.SCAN_TYPE);
147151
}

0 commit comments

Comments
 (0)