x
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -121,7 +121,6 @@ func initPlugins() {
|
||||
fmt.Println("WriteFile", []byte(new))
|
||||
os.WriteFile(filename, []byte(new), 0755)
|
||||
}
|
||||
|
||||
return &storage.Final{
|
||||
Now: "",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user