mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
🎨 后台任务按任务加入先后顺序去重执行 Fix https://github.com/siyuan-note/siyuan/issues/7270
This commit is contained in:
parent
9f491713ad
commit
8a7df8af78
6 changed files with 40 additions and 22 deletions
|
|
@ -504,7 +504,7 @@ func InitRepoKey() (err error) {
|
|||
}
|
||||
|
||||
func CheckoutRepo(id string) {
|
||||
task.PrependTask(task.RepoCheckout, checkoutRepo, id)
|
||||
task.AppendTask(task.RepoCheckout, checkoutRepo, id)
|
||||
}
|
||||
|
||||
func checkoutRepo(id string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue