diff options
Diffstat (limited to 'pluginCheck.go')
| -rw-r--r-- | pluginCheck.go | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/pluginCheck.go b/pluginCheck.go index b0369b2..15f6660 100644 --- a/pluginCheck.go +++ b/pluginCheck.go @@ -61,10 +61,12 @@ func checkPluginCompatibility(pluginPath string) error { } func CheckPlugin() string { - if argGui.GuiPluginHack != "" { - // does os.Exec() and does not return - TestPluginAndExit() - } + /* + if argGui.GuiPluginHack != "" { + // does os.Exec() and does not return + TestPluginAndExit() + } + */ return "boo" } @@ -118,9 +120,11 @@ func checkPluginViaSubprocess(path string) error { // retuns true if func IsGoPluginTestHack() bool { - if argGui.GuiPluginHack == "" { - return false - } + /* + if argGui.GuiPluginHack == "" { + return false + } + */ return true } |
