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

change end of root cmd

parent c5d4b73a
Branches
Tags
No related merge requests found
......@@ -105,12 +105,9 @@ var rootCmd = &cobra.Command{
loopDelay, killChan, errChan)
// Wait forever to prevent process from ending
select {
case err := <-errChan:
err = <-errChan
jww.ERROR.Println(err)
goto Setup
default:
}
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment