Skip to content

Multiple then are not passed correctly in Xcode 12/Swift 5.3 #77

@malcommac

Description

@malcommac
promise.then {
 // test 1
}.then {
 // test 2
}.always {
 // always 1
}

Are not correctly executed on Xcode 12 and the result is not catched.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions