diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 09:47:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 09:47:21 -0600 |
| commit | af84727178d1fbe1df04a5f8ee536798f3761d6d (patch) | |
| tree | 913b88f3f6b69420514df8bb758b55e4356b7cd2 /main.go | |
| parent | 4f282cc30200c5896db2ae4677b20c6f8c1f1abc (diff) | |
show list patch error
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -178,7 +178,9 @@ func main() { } if argv.Patch.List != nil { - listPatches() + if err := listPatches(); err != nil { + badExit(err) + } okExit("patch list") } } |
