fix: sshPkg.Fatal has more nuance #525
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "server-add-error-handler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See #507
It's not always "just ssh to the host", it can be something from docker on the remote side. So, it seems best to defer to the mapping of errors in
sshPkg.Fatal
and improve those. They're more specific to the actual problem with a 1-to-1 mapping.Hopefully we can improve the overall error reporting / hinting situation soon.