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