patchcord 0.3.55 → 0.3.56
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 +1 -1
- package/package.json +1 -1
package/bin/patchcord.mjs
CHANGED
|
@@ -778,7 +778,7 @@ if (!cmd || cmd === "install" || cmd === "agent") {
|
|
|
778
778
|
console.log(` ${dim}cd into another project and run${r} ${bold}npx patchcord@latest${r} ${dim}there.${r}`);
|
|
779
779
|
}
|
|
780
780
|
|
|
781
|
-
console.log(`\n${dim}Restart your ${toolName} session, then
|
|
781
|
+
console.log(`\n${dim}Restart your ${toolName} session, then say:${r} ${bold}check inbox${r}`);
|
|
782
782
|
process.exit(0);
|
|
783
783
|
}
|
|
784
784
|
|