summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-04-27 18:02:48 -0700
committerBrad Linden <brad@lindenlab.com>2023-04-27 18:02:48 -0700
commit10b2ec92ec74176422fa8c6013dee1036eed57c5 (patch)
treef527f319ad67b7bb892d2b2cb2c344707c8e66d1 /indra/newview/llappviewer.cpp
parentdc813181a51ad2c22264e93a3c235cbf796b24ed (diff)
More merge cleanup after DRTVWR-559 & DRTVWR-539 merge. (thanks Ansariel)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index dc2ffdb26a..b2349e9f74 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1442,6 +1442,8 @@ bool LLAppViewer::doFrame()
LL_PROFILE_ZONE_NAMED_CATEGORY_APP("df suspend")
// give listeners a chance to run
llcoro::suspend();
+ // if one of our coroutines threw an uncaught exception, rethrow it now
+ LLCoros::instance().rethrow();
}
}