@indra.ai/deva 1.1.90 → 1.1.91
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1688,7 +1688,7 @@ class Deva {
|
|
|
1688
1688
|
// create the text msg string
|
|
1689
1689
|
let text = `${this._agent.profile.name} active since ${dateFormat}`;
|
|
1690
1690
|
if (msg) text = text + `\n${msg}`; // append the msg string if msg true.
|
|
1691
|
-
this.
|
|
1691
|
+
this.action('status');
|
|
1692
1692
|
return Promise.resolve(text); // return final text string
|
|
1693
1693
|
}
|
|
1694
1694
|
|