diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ func (pb *Argv) badExit(msg string, err error) { } } else { // If it's not a joined error, you can fall back to the single-unwrap loop. - fmt.Printf("Error: (%v)\n", u) + fmt.Printf("Error: (%v)\n", err) } } |
