add launcher error page

This commit is contained in:
dante ruiz 2019-06-10 14:38:01 -07:00
parent 1748d0527f
commit adeedc88d3
2 changed files with 2 additions and 1 deletions

View file

@ -54,7 +54,7 @@
-(void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error {
NSLog(@"completed; error: %@", error);
[[Launcher sharedLauncher] displayErrorPage];
}
@end

View file

@ -66,6 +66,7 @@
-(void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error {
NSLog(@"completed; error: %@", error);
[[Launcher sharedLauncher] displayErrorPage];
}