This commit is contained in:
1-6
2023-07-26 18:08:37 +08:00
parent 35e4b1301e
commit 90494264d9
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func initNodePlugins() {
root := strings.ReplaceAll(utils.ExecPath+"/plugins", "\\", "/")
plugins := []string{root}
os.Mkdir(root, 0755)
fmt.Println("root", root)
// fmt.Println("root", root)
files, _ := ioutil.ReadDir(root)
for _, file := range files {