mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 22:53:32 +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];
|
||||
}
|
||||
} @catch (NSException *exception) {
|
||||
NSLog(@"an exception was thrown");
|
||||
NSLog(@"an exception was thrown: %@", exception);
|
||||
currentVersion = [Settings.sharedSettings latestBuildVersion];
|
||||
}
|
||||
return currentVersion;
|
||||
|
|
Loading…
Reference in a new issue