Skip to content

Commit b442a25

Browse files
committed
fixes #106
1 parent 08b17e9 commit b442a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse-plugin/service/cc.codechecker.service.api/src/main/java/cc/codechecker/api/runtime/CodeCheckEnvironmentChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public Optional<String> moveLogFile() {
162162
}
163163

164164
public String createCheckCommmand(String buildLog){
165-
return codeCheckerCommand + " check " + getConfigValue(ConfigTypes.CHECKER_LIST) + "-j "+ getConfigValue(ConfigTypes.ANAL_THREADS) + " -n javarunner -w " + getConfigValue(ConfigTypes.CHECKER_WORKSPACE) + " -l " +
165+
return codeCheckerCommand + " check " + getConfigValue(ConfigTypes.CHECKER_LIST) + " -j "+ getConfigValue(ConfigTypes.ANAL_THREADS) + " -n javarunner -w " + getConfigValue(ConfigTypes.CHECKER_WORKSPACE) + " -l " +
166166
buildLog;
167167
}
168168

0 commit comments

Comments
 (0)