@indra.ai/deva 1.4.4 → 1.4.5
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 +0 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -907,9 +907,6 @@ class Deva {
|
|
|
907
907
|
|
|
908
908
|
The return will check for a custom onExit function or run the done
|
|
909
909
|
function.
|
|
910
|
-
|
|
911
|
-
If the deva is offline it will return the offline message.
|
|
912
|
-
usage: this.exit('msg')
|
|
913
910
|
***************/
|
|
914
911
|
exit() {
|
|
915
912
|
this.zone('exit');
|