mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393
This commit is contained in:
parent
01989c7357
commit
108dc32098
2 changed files with 1 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ func WaitForUILoaded() {
|
|||
for !IsUILoaded {
|
||||
time.Sleep(200 * time.Millisecond)
|
||||
if time.Since(start) > 30*time.Second {
|
||||
logging.LogErrorf("wait for ui loaded timeout")
|
||||
logging.LogErrorf("wait for ui loaded timeout: %s", logging.ShortStack())
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue