修复更新 linux 镜像源错误

This commit is contained in:
whyour 2024-06-30 15:09:17 +08:00
parent c1ef021009
commit 791cf657b5

View File

@ -48,8 +48,9 @@ const Dependence = () => {
pick(systemConfig, dataMap[path]),
)
.then((res) => {})
.catch((error: any) => {
console.log(error);
.catch(() => {
setLoading(false);
setLog((p) => `${p}update mirror error`);
});
};