Added a comment.

This commit is contained in:
John Wiegley 2009-02-03 00:48:01 -04:00
parent ad34a71646
commit 177b5adc98

View file

@ -134,6 +134,7 @@ int main(int argc, char * argv[], char * envp[])
catch (const std::exception& err) {
std::cout.flush(); // first display anything that was pending
// Display any pending error context information
string context = error_context();
if (! context.empty())
std::cerr << context << std::endl;