优化代码

This commit is contained in:
GoEdgeLab
2022-03-25 14:11:34 +08:00
parent 69e62acfab
commit ba125aab9e
5 changed files with 28 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build community
// +build community
package nodes
func (this *Node) reloadCommonScripts() error {
return nil
}