mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 05:04:14 +02:00
Add exception handling to callEntityMethod calls
This commit is contained in:
parent
4efeb928e2
commit
03c01bb9b0
1 changed files with 1 additions and 0 deletions
|
@ -1533,6 +1533,7 @@ void ScriptEngine::doWithEnvironment(const EntityItemID& entityID, const QUrl& s
|
|||
#else
|
||||
operation();
|
||||
#endif
|
||||
hadUncaughtExceptions(*this, _fileNameString);
|
||||
|
||||
currentEntityIdentifier = oldIdentifier;
|
||||
currentSandboxURL = oldSandboxURL;
|
||||
|
|
Loading…
Reference in a new issue