hyperlocal icon indicating copy to clipboard operation
hyperlocal copied to clipboard

Return an error if path is invalid

Open WhyNotHugo opened this issue 1 year ago • 0 comments

Instead of panicking when a path is invalid, return an error which can properly be handled by the caller.

Note that this is a backwards-incompatible change, so the next version should be 0.10.0. Updating call-sites is usually trivial.

WhyNotHugo avatar Aug 23 '24 13:08 WhyNotHugo