修复潜在更新问题
parent
47d3c50863
commit
92351049f1
|
@ -10,7 +10,9 @@ export default () => {
|
||||||
if (!waitUpdateLists.length) return
|
if (!waitUpdateLists.length) return
|
||||||
const targetListInfo = waitUpdateLists.shift()
|
const targetListInfo = waitUpdateLists.shift()
|
||||||
// console.log(targetListInfo)
|
// console.log(targetListInfo)
|
||||||
|
try {
|
||||||
await syncSourceList(targetListInfo)
|
await syncSourceList(targetListInfo)
|
||||||
|
} catch {}
|
||||||
handleSyncSourceList(waitUpdateLists)
|
handleSyncSourceList(waitUpdateLists)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue