Fix syntax error
This commit is contained in:
parent
e1d3e6f72e
commit
a71a647c39
|
@ -1434,8 +1434,8 @@ void CppCheck::executeAddonsWholeProgram(const std::map<std::string, std::size_t
|
||||||
|
|
||||||
try {
|
try {
|
||||||
executeAddons(ctuInfoFiles);
|
executeAddons(ctuInfoFiles);
|
||||||
catch (const InternalError& e) {
|
} catch (const InternalError& e) {
|
||||||
internalError("", "Internal error during whole program analysis: " + std::string(e.what()));
|
internalError("", "Internal error during whole program analysis: " + e.errorMessage);
|
||||||
mExitCode = 1;
|
mExitCode = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue