Use specific debug name literal instead of __FUNCTION__ from within lambda

This commit is contained in:
humbletim 2017-03-07 14:02:20 -05:00
parent 6b927de9f1
commit 8582c7af7b

View file

@ -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 {