Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deps/undici/src/build/wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ if (process.argv[2] === '--docker') {
}

const hasApk = (function () {
try { execSync('command -v apk'); return true } catch (error) { return false }
try { execSync('command -v apk'); return true } catch { return false }
})()
const hasOptimizer = (function () {
try { execSync(`${WASM_OPT} --version`); return true } catch (error) { return false }
try { execSync(`${WASM_OPT} --version`); return true } catch { return false }
})()
if (hasApk) {
// Gather information about the tools used for the build
Expand Down
357 changes: 0 additions & 357 deletions deps/undici/src/deps/llhttp/include/api.h

This file was deleted.

Loading
Loading