mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logging.LogInfof("workspace paths [%+v]", workspacePaths)
|
||||||
|
|
||||||
var workspaces, openedWorkspaces, closedWorkspaces []*Workspace
|
var workspaces, openedWorkspaces, closedWorkspaces []*Workspace
|
||||||
for _, p := range workspacePaths {
|
for _, p := range workspacePaths {
|
||||||
logging.LogInfof("get workspace [%s]", p)
|
logging.LogInfof("get workspace [%s]", p)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue