🎨 Clean code

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-06 17:56:00 +08:00
parent 14c35bfa0c
commit 4abcb0d811
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -807,7 +807,9 @@ func Close(force, setCurrentWorkspace bool, execInstallPkg int) (exitCode int) {
time.Sleep(30 * time.Second)
}
}
closeSyncWebSocket()
go func() {
time.Sleep(500 * time.Millisecond)
logging.LogInfof("exited kernel")