mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-31 03:05:00 +01:00
6583688e38
Most fetch completion blocks took a parameter that was expected to be some result data type, but is now a Result. Rename these parameters; wrap their existing bodies in do/catch blocks; and recreate the original underlying variable using the result of `Result.get()`. Prepend a few synchronous calls that started throwing with `try` along the way.