lynxprompt 1.0.4 → 1.0.5
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3862,7 +3862,7 @@ async function runWizardWithDraftProtection(options) {
|
|
|
3862
3862
|
console.log(chalk7.gray(" No project detected in current directory."));
|
|
3863
3863
|
console.log();
|
|
3864
3864
|
}
|
|
3865
|
-
const canDetectRemote =
|
|
3865
|
+
const canDetectRemote = !options.yes;
|
|
3866
3866
|
if (canDetectRemote) {
|
|
3867
3867
|
console.log();
|
|
3868
3868
|
console.log(chalk7.magenta.bold(" \u250C\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510"));
|