mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
print out exception error
This commit is contained in:
parent
68d620fca3
commit
1e38e7b7eb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
currentVersion = [Settings.sharedSettings latestBuildVersion];
|
currentVersion = [Settings.sharedSettings latestBuildVersion];
|
||||||
}
|
}
|
||||||
} @catch (NSException *exception) {
|
} @catch (NSException *exception) {
|
||||||
NSLog(@"an exception was thrown");
|
NSLog(@"an exception was thrown: %@", exception);
|
||||||
currentVersion = [Settings.sharedSettings latestBuildVersion];
|
currentVersion = [Settings.sharedSettings latestBuildVersion];
|
||||||
}
|
}
|
||||||
return currentVersion;
|
return currentVersion;
|
||||||
|
|
Loading…
Reference in a new issue