From ea934a2814df2576a8402917d2b2b7fe16bb13b3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 17 Aug 2025 22:29:24 -0500 Subject: remove Sleep() --- pluginCheck.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pluginCheck.go') diff --git a/pluginCheck.go b/pluginCheck.go index bc28330..6dc072d 100644 --- a/pluginCheck.go +++ b/pluginCheck.go @@ -93,7 +93,6 @@ func testPluginAndExit() { plug, err := checkPlug(absPath) if plug == nil { log.Log(WARN, "TEST plugin failed (returned nil):", argGui.GuiPluginHack, absPath, err) - log.Sleep(1) os.Exit(-1) } if err == nil { @@ -102,7 +101,6 @@ func testPluginAndExit() { os.Exit(0) } log.Log(WARN, "TEST plugin failed", argGui.GuiPluginHack, absPath, err) - log.Sleep(1) os.Exit(-1) } -- cgit v1.2.3