mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-08 11:13:42 -08:00
Report errors
This commit is contained in:
@@ -6,5 +6,7 @@ import (
|
||||
|
||||
func main() {
|
||||
log.AddHook(&hook{})
|
||||
cmd.Execute()
|
||||
if err := cmd.Execute(); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user