change: upgrade funplugin to 0.5.2

This commit is contained in:
lilong.129
2023-08-10 22:22:08 +08:00
parent 9a7848a142
commit cbc72c99d4
5 changed files with 39 additions and 43 deletions

View File

@@ -53,7 +53,7 @@ func initPlugin(path, venv string, logOn bool) (plugin funplugin.IPlugin, err er
return p.(funplugin.IPlugin), nil
}
pluginOptions := []funplugin.Option{funplugin.WithLogOn(logOn)}
pluginOptions := []funplugin.Option{funplugin.WithDebugLogger(logOn)}
if strings.HasSuffix(pluginPath, ".py") {
// register funppy plugin