mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 The workspace will be reset on iOS https://github.com/siyuan-note/siyuan/issues/16544
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7a079ae551
commit
128f6dfec3
1 changed files with 2 additions and 0 deletions
|
|
@ -241,6 +241,8 @@ func getWorkspaces(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
logging.LogInfof("workspace paths [%+v]", workspacePaths)
|
||||
|
||||
var workspaces, openedWorkspaces, closedWorkspaces []*Workspace
|
||||
for _, p := range workspacePaths {
|
||||
logging.LogInfof("get workspace [%s]", p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue