summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 02:04:56 -0500
committerJeff Carr <[email protected]>2025-09-09 02:04:56 -0500
commite799a19b2cca024cb8effa0da7c97de580d7118c (patch)
tree304d73cedb885fb40e54242fed4804c13878765d /argv.go
parent3a0f307270baf3eaecd8e21468e4580400d42587 (diff)
working on the GUI init processv0.22.54
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 5bc4243..8637176 100644
--- a/argv.go
+++ b/argv.go
@@ -36,7 +36,7 @@ func InitArg() {
if argGui.GuiPluginHack != "" {
// does os.Exec() and does not return
- testPluginAndExit()
+ TestPluginAndExit()
}
}