lodestone_core icon indicating copy to clipboard operation
lodestone_core copied to clipboard

refactor some of the util functions to return Result instead of Option

Open CheatCod opened this issue 1 year ago • 0 comments

Description

For ex, get_vanilla_jar_url, get_fabric_jar_url etc all return options. Result would be preferable in this case since there are multiple points of potential failure in the function

CheatCod avatar Feb 13 '23 06:02 CheatCod