This commit is contained in:
1-6
2023-07-26 15:24:39 +08:00
parent 2d2c1dd85e
commit d3211fc37f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ func RemNodePlugin(name string) error {
pluginLock.Lock()
defer pluginLock.Unlock()
key := nameUuid(name)
plugins_id.Delete(key)
// plugins_id.Delete(key)
// fmt.Println("rem", key, name)
for i := range Functions {
if Functions[i].UUID == key {
-1
View File
@@ -121,7 +121,6 @@ func initPlugins() {
fmt.Println("WriteFile", []byte(new))
os.WriteFile(filename, []byte(new), 0755)
}
return &storage.Final{
Now: "",
}