mam 1.11.314 → 1.11.316

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.js CHANGED
@@ -6353,7 +6353,7 @@ var $;
6353
6353
  }
6354
6354
  }
6355
6355
  const internal = Object.values(results).at(-1);
6356
- return internal[0];
6356
+ return internal?.[0] ?? '0.0.0.0';
6357
6357
  }
6358
6358
  http() {
6359
6359
  const server = $node.http.createServer(this.express());