From 52f6e2ba7e91d9d4b1660ab8e96414a525fa9bf1 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sun, 8 Mar 2020 08:20:57 -0500 Subject: Executation path re-arranging left a condition where somethnig was closed that was never opened. --- cmd/gotop/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go index 4dbd715..5a9ebb2 100644 --- a/cmd/gotop/main.go +++ b/cmd/gotop/main.go @@ -548,7 +548,6 @@ func loadExtensions(conf gotop.Config) { initFunc() } if hasError { - ui.Close() folder := conf.ConfigDir.QueryFolderContainsFile(logging.LOGFILE) if folder == nil { fmt.Printf("error initializing requested plugins\n") -- cgit v1.2.3