mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:gachalog
This commit is contained in:
parent
25dd6b012a
commit
d8ea18a9d5
7 changed files with 27 additions and 13 deletions
|
|
@ -16,7 +16,7 @@ export async function checkLatency(url) {
|
|||
});
|
||||
})
|
||||
.on('error', err => {
|
||||
logger.mark(`Error checking ${url}:`, err.message);
|
||||
logger.debug(`下载节点 ${url} 连接失败:`, err.message);
|
||||
resolve({ url, latency: Infinity });
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue