@indra.ai/deva 1.1.54 → 1.1.55
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
|
@@ -1649,7 +1649,7 @@ class Deva {
|
|
|
1649
1649
|
***************/
|
|
1650
1650
|
load(key, client) {
|
|
1651
1651
|
return new Promise((resolve, reject) => {
|
|
1652
|
-
this.state('load');
|
|
1652
|
+
this.state('load', key);
|
|
1653
1653
|
this.devas[key].init(client).then(loaded => {
|
|
1654
1654
|
this.talk(`devacore:load`, {
|
|
1655
1655
|
id:this.uid(true),
|