From fcdc05ca0c3d77f1e6b953afaa19cfc1f64c6a68 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 11 Sep 2022 22:11:13 +0800 Subject: [PATCH] opt some --- core/code/compile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/code/compile.go b/core/code/compile.go index 8d53902d..0bc5bacd 100644 --- a/core/code/compile.go +++ b/core/code/compile.go @@ -77,6 +77,7 @@ func init() { m.Cmdy(nfs.DIR, file, nfs.DIR_WEB_FIELDS) m.Cmdy(PUBLISH, ice.CONTEXTS) m.StatusTimeCount() + m.Option(ice.MSG_PROCESS, "") }}, }}) }