Skip to content

Commit 6e2a882

Browse files
committed
chore(scripts): land 1 scripts change
1 parent 6c73894 commit 6e2a882

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/bootstrap-firewall-deps.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ const checkFirewall = async (
113113
return true
114114
} catch (e) {
115115
clearTimeout(timer)
116-
// oxlint-disable-next-line socket/prefer-error-message -- bootstraps lib-stable itself; can't depend on it yet.
117116
err(
117+
// oxlint-disable-next-line socket/prefer-error-message -- bootstraps lib-stable itself; can't depend on it yet.
118118
`firewall-api: ${e instanceof Error ? e.message : String(e)} — proceeding anyway (non-fatal)`,
119119
)
120120
return true
@@ -301,8 +301,8 @@ const main = async (): Promise<number> => {
301301
try {
302302
await bootstrapPackage(pkg)
303303
} catch (e) {
304-
// oxlint-disable-next-line socket/prefer-error-message -- bootstraps lib-stable itself; can't depend on it yet.
305304
err(
305+
// oxlint-disable-next-line socket/prefer-error-message -- bootstraps lib-stable itself; can't depend on it yet.
306306
`Failed to bootstrap ${pkg}: ${e instanceof Error ? e.message : String(e)}`,
307307
)
308308
return 1

0 commit comments

Comments
 (0)