fix
This commit is contained in:
@@ -33,6 +33,7 @@ app.route({
|
|||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(`处理 ${item.path} 失败`, item);
|
console.error(`处理 ${item.path} 失败`, item);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// 开始同步
|
// 开始同步
|
||||||
for (const repo of syncList) {
|
for (const repo of syncList) {
|
||||||
try {
|
try {
|
||||||
@@ -42,7 +43,6 @@ app.route({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}).addTo(app)
|
}).addTo(app)
|
||||||
|
|
||||||
const sync = async (repo: Repo) => {
|
const sync = async (repo: Repo) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user