summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pluginCheck.go2
1 files changed, 0 insertions, 2 deletions
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)
}