summaryrefslogtreecommitdiff
path: root/graphics/asymptote/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/parser.cc')
-rw-r--r--graphics/asymptote/parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/parser.cc b/graphics/asymptote/parser.cc
index cdda1f9a28..aa1984a174 100644
--- a/graphics/asymptote/parser.cc
+++ b/graphics/asymptote/parser.cc
@@ -59,7 +59,7 @@ void error(const string& filename)
{
em.sync();
em << "error: could not load module '" << filename << "'\n";
- em.sync();
+ em.sync(true);
throw handled_error();
}
}