Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update scripts #234

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Oopsie, forgot to remove the sleep
  • Loading branch information
monkeydom committed Mar 25, 2023
commit dd676f2228aeb0f8d1bd076cbbb2a4b21baef13b
2 changes: 1 addition & 1 deletion SubEthaEdit-Mac/Source/PlainTextDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -3904,7 +3904,7 @@ - (NSData *)dataOfType:(NSString *)aType error:(NSError **)outError {
}

- (BOOL)onDiskRepresentationHasChanged {
[NSThread sleepForTimeInterval:2.0];
// [NSThread sleepForTimeInterval:2.0];
NSURL *fileURL = self.fileURL;
NSString *fileName = fileURL.path;

Expand Down