mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 22:38:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9f31270b90
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ func exit(c *gin.Context) {
|
|||
force = forceArg.(bool)
|
||||
}
|
||||
|
||||
execInstallPkgArg := arg["execInstallPkgArg"] // 0:默认检查新版本,1:不执行新版本安装,2:执行新版本安装
|
||||
execInstallPkgArg := arg["execInstallPkg"] // 0:默认检查新版本,1:不执行新版本安装,2:执行新版本安装
|
||||
execInstallPkg := 0
|
||||
if nil != execInstallPkgArg {
|
||||
execInstallPkg = int(execInstallPkgArg.(float64))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue