kubo/core/commands/cmdutils
Adam cc73d23001
fix: return original error in PathOrCidPath fallback
PathOrCidPath was returning the error from the second path.NewPath call
instead of the original error when both attempts failed. This fix preserves
the first error before attempting the fallback, ensuring users get the
most relevant error message about their input.
2025-11-15 09:59:48 +01:00
..
sanitize.go fix(cmds): cleanup unicode identify strings (#9465) 2025-09-19 04:46:38 +02:00
utils.go fix: return original error in PathOrCidPath fallback 2025-11-15 09:59:48 +01:00