mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:23:57 +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);
|
||||
if (hasUncaughtException()) {
|
||||
emit unhandledException(cloneUncaughtException(__FUNCTION__));
|
||||
emit unhandledException(cloneUncaughtException("evaluateInclude"));
|
||||
clearExceptions();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue