fleetbo-cockpit-cli 1.0.227 → 1.0.228
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/cli.js +1 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -299,7 +299,7 @@ if (command === 'alex') {
|
|
|
299
299
|
return;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
console.log('
|
|
302
|
+
console.log('Alex is thinking...');
|
|
303
303
|
|
|
304
304
|
try {
|
|
305
305
|
let contextInjection = "";
|
|
@@ -651,7 +651,6 @@ if (command === 'alex') {
|
|
|
651
651
|
isProcessing = true;
|
|
652
652
|
await processAlexRequest(text);
|
|
653
653
|
isProcessing = false;
|
|
654
|
-
console.log('');
|
|
655
654
|
}
|
|
656
655
|
};
|
|
657
656
|
|