summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 07:56:23 -0600
committerJeff Carr <[email protected]>2025-03-06 07:56:23 -0600
commit10d4942e6c1815634ce54150d8882db122beebf2 (patch)
tree95b0466312317f04cbd204a975bd83ba7e8c58de /init.go
parent4b08f576743eadac8ecbd481415c10d9abefdc05 (diff)
add options to debug plugin load failuresv0.22.38
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.go b/init.go
index f56fa15..d6e1678 100644
--- a/init.go
+++ b/init.go
@@ -281,6 +281,9 @@ func New() *Node {
// trapStdout()
}
*/
+ if argGui.GuiTest != "" {
+ testPlugin()
+ }
initNew()
return me.rootNode