We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f779b3 commit 7ce7955Copy full SHA for 7ce7955
Classes/Controllers/PBGitRepositoryDocument.m
@@ -51,6 +51,8 @@ - (BOOL)readFromURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSEr
51
}
52
53
_repository = [[PBGitRepository alloc] initWithURL:absoluteURL error:outError];
54
+ if (!_repository)
55
+ return NO;
56
57
return YES;
58
0 commit comments