Skip to content

Commit 6740756

Browse files
authored
Fix Swift 6.1 compatibility (#201)
1 parent 844b493 commit 6740756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Defaults/Utilities.swift

+1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ final class TaskQueue {
373373
queueContinuation?.yield {
374374
continuation.resume()
375375
}
376+
return
376377
}
377378
}
378379
}

0 commit comments

Comments
 (0)