@indra.ai/deva 1.4.5 → 1.4.6
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 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -902,8 +902,7 @@ class Deva {
|
|
|
902
902
|
params:
|
|
903
903
|
- msg: hte message from the caller incase need to use in calls
|
|
904
904
|
describe:
|
|
905
|
-
The exit state function is triggered when the Deva is exiting
|
|
906
|
-
status and setting the state to exit for things like security check.
|
|
905
|
+
The exit state function is triggered when the Deva is exiting.
|
|
907
906
|
|
|
908
907
|
The return will check for a custom onExit function or run the done
|
|
909
908
|
function.
|