Skip to content

Commit

Permalink
fix: 修复组合订阅子订阅失败导致预览失败
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Mar 26, 2024
1 parent efbc6ec commit 56870bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.14.265",
"version": "2.14.266",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {
Expand Down
6 changes: 1 addition & 5 deletions backend/src/restful/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,7 @@ async function compareCollection(req, res) {
errors[name] = err;

$.error(
`❌ 处理组合订阅中的子订阅: ${
sub.name
}时出现错误:${err}!进度--${
100 * (processed / subnames.length).toFixed(1)
}%`,
`❌ 处理组合订阅 ${collection.name} 中的子订阅: ${sub.name}时出现错误:${err}!`,
);
}
}),
Expand Down

0 comments on commit 56870bb

Please sign in to comment.