mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 23:21:47 +01:00
🐛 Data indexing is abnormal after switching workspaces on mobile https://github.com/siyuan-note/siyuan/issues/16646
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c07efea8de
commit
a038421e73
2 changed files with 9 additions and 0 deletions
|
|
@ -138,4 +138,9 @@ func Unzip(zipFilePath, destination *C.char) {
|
|||
}
|
||||
}
|
||||
|
||||
//export Exit
|
||||
func Exit() {
|
||||
os.Exit(logging.ExitCodeOk)
|
||||
}
|
||||
|
||||
func main() {}
|
||||
|
|
|
|||
|
|
@ -292,3 +292,7 @@ func FilterUploadFileName(name string) string {
|
|||
func AssetName(name string) string {
|
||||
return util.AssetName(name, ast.NewNodeID())
|
||||
}
|
||||
|
||||
func Exit() {
|
||||
os.Exit(logging.ExitCodeOk)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue