forked from Jibo-Revival-Group/JiboOs
13 lines
278 B
JavaScript
13 lines
278 B
JavaScript
/**
|
|
* Jibo plugin designed to communicate with the DevShell service, if it's running
|
|
* in int-developer or developer mode
|
|
* @class DevShell
|
|
* @extends EventEmitter
|
|
* @implements Plugin
|
|
* @private
|
|
*/
|
|
|
|
/**
|
|
* Called from skills manager
|
|
* @param command
|
|
*/ |