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