airterm 1.2.3 → 1.2.4
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/cli.js +2 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -417,10 +417,9 @@ function Connecting({ code, connection, onError }) {
|
|
|
417
417
|
});
|
|
418
418
|
const installed = isGloballyInstalled();
|
|
419
419
|
if (installed) {
|
|
420
|
-
console.log("\x1B[
|
|
420
|
+
console.log("\x1B[32mGreat, airterm is now installed.\x1B[0m");
|
|
421
421
|
console.log(
|
|
422
|
-
`
|
|
423
|
-
Next time, just type \x1B[1m\x1B[36mairterm\x1B[0m.
|
|
422
|
+
`Next time, just type \x1B[1m\x1B[36mairterm\x1B[0m.
|
|
424
423
|
`
|
|
425
424
|
);
|
|
426
425
|
} else {
|