diff options
author | Brad Linden <brad@lindenlab.com> | 2023-04-27 18:02:48 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-04-27 18:02:48 -0700 |
commit | 10b2ec92ec74176422fa8c6013dee1036eed57c5 (patch) | |
tree | f527f319ad67b7bb892d2b2cb2c344707c8e66d1 /indra/newview/llappviewer.cpp | |
parent | dc813181a51ad2c22264e93a3c235cbf796b24ed (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.cpp | 2 |
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(); } } |