patchcord 0.5.41 → 0.5.42
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/patchcord.mjs +2 -0
- package/package.json +1 -1
package/bin/patchcord.mjs
CHANGED
|
@@ -816,6 +816,8 @@ if (!cmd || cmd === "install" || cmd === "agent" || cmd?.startsWith("--")) {
|
|
|
816
816
|
const opened = openBrowser(connectUrl);
|
|
817
817
|
if (opened) {
|
|
818
818
|
console.log(`\n ${green}✓${r} Browser opened.`);
|
|
819
|
+
console.log(` ${dim}If you're on a remote machine, open this URL manually:${r}`);
|
|
820
|
+
console.log(`\n ${cyan}${connectUrl} ${r}\n`);
|
|
819
821
|
} else {
|
|
820
822
|
console.log(`\n ${dim}Could not open browser. Open this URL manually:${r}`);
|
|
821
823
|
// Trailing space before the ANSI reset so terminal URL-detectors
|