Report errors

disco_info_form
Mickael Remond 5 years ago
parent 6ff7812ac4
commit d2a1329dc6
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -6,5 +6,7 @@ import (
func main() {
log.AddHook(&hook{})
cmd.Execute()
if err := cmd.Execute(); err != nil {
log.Fatal(err)
}
}

Loading…
Cancel
Save