google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 295 forks source link

type(of: value) is NSError.Type #195

Closed RomanPodymov closed 1 year ago

RomanPodymov commented 1 year ago

Hello. Thank you for promises. Found out that type(of: value) is NSError.Type is using in the project. Can we replace it with let error = value as? NSError? Or is it a workaround for old Swift versions?

RomanPodymov commented 1 year ago

Sorry, found this pull request.