Created
January 25, 2017 10:53
-
-
Save plu/4dc7924bfc2f33316bc6ef2c3e555535 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/FBControlCore/Diagnostics/FBDiagnostic.m b/FBControlCore/Diagnostics/FBDiagnostic.m | |
| index 2878a42..5268025 100644 | |
| --- a/FBControlCore/Diagnostics/FBDiagnostic.m | |
| +++ b/FBControlCore/Diagnostics/FBDiagnostic.m | |
| @@ -967,9 +967,6 @@ - (instancetype)updateString:(NSString *)string | |
| - (instancetype)updatePath:(NSString *)path | |
| { | |
| [self flushBackingStore]; | |
| - if (![NSFileManager.defaultManager fileExistsAtPath:path]) { | |
| - return self; | |
| - } | |
| object_setClass(self.diagnostic, FBDiagnostic_Path.class); | |
| self.diagnostic.backingFilePath = path; | |
| if (!self.diagnostic.shortName) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment