mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02:00
Use specific debug name literal instead of __FUNCTION__ from within lambda
This commit is contained in:
parent
6b927de9f1
commit
8582c7af7b
1 changed files with 1 additions and 1 deletions
|
@ -1840,7 +1840,7 @@ void ScriptEngine::include(const QStringList& includeFiles, QScriptValue callbac
|
||||||
|
|
||||||
doWithEnvironment(capturedEntityIdentifier, capturedSandboxURL, operation);
|
doWithEnvironment(capturedEntityIdentifier, capturedSandboxURL, operation);
|
||||||
if (hasUncaughtException()) {
|
if (hasUncaughtException()) {
|
||||||
emit unhandledException(cloneUncaughtException(__FUNCTION__));
|
emit unhandledException(cloneUncaughtException("evaluateInclude"));
|
||||||
clearExceptions();
|
clearExceptions();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue