liamnichols / xcstrings-tool

A plugin to generate Swift constants for your Strings Catalogs.

Home Page:https://swiftpackageindex.com/liamnichols/xcstrings-tool/documentation/documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better error handling for unknown errors

liamnichols opened this issue Β· comments

Currently the generator just throws stuff from JSONDecoder and Data etc, which isn't picked up nicely in the issue navigator.

I think we want to wrap run() and format errors consistently (or eliminate errors πŸ˜„)