Skip to content

Commit 56870bb

Browse files
committed
fix: 修复组合订阅子订阅失败导致预览失败
1 parent efbc6ec commit 56870bb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.14.265",
3+
"version": "2.14.266",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
55
"main": "src/main.js",
66
"scripts": {

backend/src/restful/preview.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,7 @@ async function compareCollection(req, res) {
253253
errors[name] = err;
254254

255255
$.error(
256-
`❌ 处理组合订阅中的子订阅: ${
257-
sub.name
258-
}时出现错误:${err}!进度--${
259-
100 * (processed / subnames.length).toFixed(1)
260-
}%`,
256+
`❌ 处理组合订阅 ${collection.name} 中的子订阅: ${sub.name}时出现错误:${err}!`,
261257
);
262258
}
263259
}),

0 commit comments

Comments
 (0)