From 4053f1da324e1cca2d26ffdb03bb5265b4daa441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 26 Sep 2022 16:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=BB=B6=E6=97=B6100ms?= =?UTF-8?q?=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/node.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/node.go b/internal/nodes/node.go index 164919a..0505d42 100644 --- a/internal/nodes/node.go +++ b/internal/nodes/node.go @@ -759,6 +759,7 @@ func (this *Node) listenSock() error { // 退出主进程 events.Notify(events.EventQuit) + time.Sleep(100 * time.Millisecond) utils.Exit() case "quit": _ = cmd.ReplyOk()