@await-widget/runtime 0.0.21 → 0.0.22
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/bin/await-widget.js +2 -0
- package/package.json +1 -1
package/bin/await-widget.js
CHANGED
|
@@ -249,7 +249,9 @@ function printServerUrls(port, token) {
|
|
|
249
249
|
const recommended = networkUrls.find(({address}) => isPrivateIPv4(address)) ?? networkUrls[0];
|
|
250
250
|
if (recommended) {
|
|
251
251
|
console.log("Paste this URL into Await on iPhone:");
|
|
252
|
+
console.log("");
|
|
252
253
|
console.log(recommended.url);
|
|
254
|
+
console.log("");
|
|
253
255
|
}
|
|
254
256
|
const otherUrls = [
|
|
255
257
|
{url: `http://127.0.0.1:${port}?token=${token}`},
|