diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -29,12 +29,7 @@ import ( ) func main() { - ci, err := cli.NewInterface(os.Stdin, os.Stdout, os.Stderr) - if err != nil { - fmt.Fprintln(os.Stderr, "FATAL: initialization failed") - os.Exit(255) - } - + ci := cli.NewInterface(os.Stdin, os.Stdout, os.Stderr) if len(earlyerrors.Get()) > 0 { for _, msg := range earlyerrors.Get() { ci.ShowError(msg) |
