Skip to content
Snippets Groups Projects
Commit b35a948a authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-10908 Test viewers should crash normally

parent 55983b9a
No related branches found
No related tags found
No related merge requests found
...@@ -347,7 +347,7 @@ void LLCoros::toplevel(coro::self& self, CoroData* data, const callable_t& calla ...@@ -347,7 +347,7 @@ void LLCoros::toplevel(coro::self& self, CoroData* data, const callable_t& calla
// run the code the caller actually wants in the coroutine // run the code the caller actually wants in the coroutine
try try
{ {
#if LL_WINDOWS #if LL_WINDOWS && LL_RELEASE_FOR_DOWNLOAD
winlevel(callable); winlevel(callable);
#else #else
callable(); callable();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment