print out exception error

This commit is contained in:
dante ruiz 2019-06-25 14:11:41 -07:00
parent 68d620fca3
commit 1e38e7b7eb

View file

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