mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fixed spelling error
This commit is contained in:
parent
a8ddc71946
commit
25a1108b61
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ void ScriptEngine::evaluate() {
|
|||
|
||||
QScriptValue result = evaluate(_scriptContents);
|
||||
|
||||
// TODO: why do we check this twice? It seems like the call to clearExcpetions() in the lower level evaluate call
|
||||
// TODO: why do we check this twice? It seems like the call to clearExceptions() in the lower level evaluate call
|
||||
// will cause this code to never actually run...
|
||||
if (hasUncaughtException()) {
|
||||
int line = uncaughtExceptionLineNumber();
|
||||
|
|
Loading…
Reference in a new issue