williamFalcon / SwiftTryCatch

Adds try-catch support for Swift
MIT License
140 stars 58 forks source link

fixed warnings about nullable in xcode13 and swift5 #22

Open yilmazedis opened 1 year ago

yilmazedis commented 1 year ago

I added null checks in order to hide warnings and possible issue because of null cases.