Files
EdgeNode/internal/nodes/node_ext.go

10 lines
192 B
Go
Raw Normal View History

2022-03-25 14:11:34 +08:00
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build community
// +build community
package nodes
func (this *Node) reloadCommonScripts() error {
return nil
}