We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7bdda commit 87edb10Copy full SHA for 87edb10
SSYOperationQueue.m
@@ -239,10 +239,11 @@ - (void)observeValueForKeyPath:(NSString*)keyPath
239
240
Sorry, on 20200601, again while running the Safari/run.sh test
241
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. */
+ to 2.
+
+ Sorry, on 202103XX, again while running the Safari/run.sh test
+ AppleScript, it crashed again. So I increased the sleep time
246
+ to 5. */
247
sleep(5);
248
[scriptCommand resumeExecutionWithResult:[self scriptResult]] ;
249
[self setScriptCommand:nil] ;
0 commit comments