Skip to content
Snippets Groups Projects
Commit 68204203 authored by Jonah Husson's avatar Jonah Husson
Browse files

wrap panic properly

parent d67bbe77
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ var rootCmd = &cobra.Command{
// Wait forever to prevent process from ending
err = <-errChan
panic(err)
jww.FATAL.Panicf("Notifications loop error received: %+v", err)
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment