Skip to content

Commit edde8e4

Browse files
xiaohuohumaxgithub-actions[bot]
authored andcommitted
build: 📦 build user script
1 parent 1bdbad9 commit edde8e4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

dist/zip-downloader.lib.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Zip Downloader
33
// @namespace xiaohuohumax/userscripts/zip-downloader
4-
// @version 2.2.0
4+
// @version 2.3.0
55
// @author xiaohuohumax
66
// @description Zip Downloader -- 资源下载器(下载资源、Zip 压缩、下载到本地)
77
// @license MIT
@@ -6625,8 +6625,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
66256625
throw new TypeError("Expected `concurrency` to be a number from 1 and up");
66266626
}
66276627
}
6628-
async function throwOnError(error, index) {
6629-
console.error(`Error while processing resource ${index}: ${error}`);
6628+
async function throwOnError(error, _index) {
66306629
throw error;
66316630
}
66326631
function isSaveOptions(options) {

0 commit comments

Comments
 (0)