@appchy/jarvis 0.1.23 → 0.1.24
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/bin.js +1 -1
- package/dist/bin.js.map +1 -1
- package/package.json +4 -4
package/dist/bin.js
CHANGED
|
@@ -6967,7 +6967,7 @@ function register6(program) {
|
|
|
6967
6967
|
console.log(` Connected: ${config.connectedAt}`);
|
|
6968
6968
|
}
|
|
6969
6969
|
} else {
|
|
6970
|
-
console.log(` Config: Not set up. Run 'jarvis
|
|
6970
|
+
console.log(` Config: Not set up. Run 'jarvis start'`);
|
|
6971
6971
|
}
|
|
6972
6972
|
const svc = createServiceManager();
|
|
6973
6973
|
const svcStatus = svc.status();
|