Skip to content

Commit 46f11dd

Browse files
committed
Update command initialization to not require format
1 parent 7a0adfe commit 46f11dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/wrapper/CxWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export class CxWrapper {
459459
CxConstants.ENGINE, engine,
460460
CxConstants.PROBLEM_SEVERITY, problemSeverity
461461
];
462-
commands.push(...this.initializeCommands(true));
462+
commands.push(...this.initializeCommands(false));
463463
const exec = new ExecutionService();
464464
return exec.executeCommands(this.config.pathToExecutable, commands);
465465
}

0 commit comments

Comments
 (0)