File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments