Skip to content

Commit b6559d5

Browse files
deps: update undici to 7.15.0
1 parent 14c68e3 commit b6559d5

37 files changed

+2984
-2850
lines changed

deps/undici/src/build/wasm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ if (process.argv[2] === '--docker') {
6969
}
7070

7171
const hasApk = (function () {
72-
try { execSync('command -v apk'); return true } catch (error) { return false }
72+
try { execSync('command -v apk'); return true } catch { return false }
7373
})()
7474
const hasOptimizer = (function () {
75-
try { execSync(`${WASM_OPT} --version`); return true } catch (error) { return false }
75+
try { execSync(`${WASM_OPT} --version`); return true } catch { return false }
7676
})()
7777
if (hasApk) {
7878
// Gather information about the tools used for the build

deps/undici/src/deps/llhttp/include/api.h

Lines changed: 0 additions & 357 deletions
This file was deleted.

0 commit comments

Comments
 (0)