优化代码

This commit is contained in:
刘祥超
2022-03-25 14:11:34 +08:00
parent f6a983e683
commit e5b44ce178
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
}