Fix error msg

This commit is contained in:
FutureRave 2022-02-14 00:35:59 +00:00
parent 12677a0f93
commit 66bd210bdb
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -98,7 +98,7 @@ namespace Components
std::string errorStr;
if (ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_STACK_OVERFLOW)
{
errorStr = "Termination because of a stack overflow.";
errorStr = "Termination because of a stack overflow.\nCopy exception address to clipboard?";
}
else
{