|
@@ -308,7 +308,7 @@ int ConsoleApplication::invokeCatchingFailures (std::function<int()>&& f) |
|
|
}
|
|
|
}
|
|
|
catch (const ConsoleAppFailureCode& error)
|
|
|
catch (const ConsoleAppFailureCode& error)
|
|
|
{
|
|
|
{
|
|
|
std::cerr << error.errorMessage << std::endl;
|
|
|
|
|
|
|
|
|
std::cerr << error.errorMessage << std::endl << std::flush;
|
|
|
returnCode = error.returnCode;
|
|
|
returnCode = error.returnCode;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|