Skip to content

Commit 87edb10

Browse files
committed
Fixed mistakes in recent commits, missed because I did not run Xcode > Analyze
1 parent 8b7bdda commit 87edb10

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

SSYOperationQueue.m

+5-4
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,11 @@ - (void)observeValueForKeyPath:(NSString*)keyPath
239239
240240
Sorry, on 20200601, again while running the Safari/run.sh test
241241
AppleScript, it crashed again. So I increased the sleep time
242-
to 2. */
243-
Sorry, on 202103XX, again while running the Safari/run.sh test
244-
AppleScript, it crashed again. So I increased the sleep time
245-
to 5. */
242+
to 2.
243+
244+
Sorry, on 202103XX, again while running the Safari/run.sh test
245+
AppleScript, it crashed again. So I increased the sleep time
246+
to 5. */
246247
sleep(5);
247248
[scriptCommand resumeExecutionWithResult:[self scriptResult]] ;
248249
[self setScriptCommand:nil] ;

0 commit comments

Comments
 (0)