Skip to content
Snippets Groups Projects
Commit cf97837b authored by Maxim Nikolenko's avatar Maxim Nikolenko
Browse files

SL-18170 FIXED Quitting the viewer is aborted if a script error appears

parent ee56c507
No related branches found
No related tags found
No related merge requests found
......@@ -522,6 +522,8 @@ void LLFloaterIMNearbyChatHandler::processChat(const LLChat& chat_msg,
// errors in separate window.
if (chat_msg.mChatType == CHAT_TYPE_DEBUG_MSG)
{
if (LLFloater::isQuitRequested()) return;
if(gSavedSettings.getBOOL("ShowScriptErrors") == FALSE)
return;
......
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