Fix error msg
This commit is contained in:
parent
12677a0f93
commit
66bd210bdb
@ -98,7 +98,7 @@ namespace Components
|
|||||||
std::string errorStr;
|
std::string errorStr;
|
||||||
if (ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_STACK_OVERFLOW)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user