Browse Source

:art: 改进桌面端退出监控后台任务

Liang Ding 2 years ago
parent
commit
95ef384cde
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/model/process.go

+ 0 - 1
kernel/model/process.go

@@ -57,7 +57,6 @@ func HookDesktopUIProcJob() {
 
 	uiProcNames := []string{"siyuan", "electron"}
 	existUIProc := false
-
 	util.UIProcessIDs.Range(func(uiProcIDArg, _ interface{}) bool {
 		uiProcID, err := strconv.Atoi(uiProcIDArg.(string))
 		if nil != err {