summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 9a1e903e..b5896eab 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -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;