From 03f220c9c10e4c82e70525e8b9460f4a047ed9e6 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 17 Feb 2022 15:41:31 +0800 Subject: [PATCH] + xiang.sys.Sleep --- helper/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/process.go b/helper/process.go index 31ccc5e4..73d43e24 100644 --- a/helper/process.go +++ b/helper/process.go @@ -63,7 +63,7 @@ func init() { gou.AliasProcess("xiang.helper.Print", "xiang.sys.Print") gou.RegisterProcessHandler("xiang.flow.Sleep", ProcessSleep) - + gou.AliasProcess("xiang.flow.Sleep", "xiang.sys.Sleep") } // ProcessPrint xiang.helper.Print 打印语句