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 7a0adfe commit 46f11ddCopy full SHA for 46f11dd
src/main/wrapper/CxWrapper.ts
@@ -459,7 +459,7 @@ export class CxWrapper {
459
CxConstants.ENGINE, engine,
460
CxConstants.PROBLEM_SEVERITY, problemSeverity
461
];
462
- commands.push(...this.initializeCommands(true));
+ commands.push(...this.initializeCommands(false));
463
const exec = new ExecutionService();
464
return exec.executeCommands(this.config.pathToExecutable, commands);
465
}
0 commit comments