Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
198338a5cf
|
@ -173,6 +173,7 @@ function createMeshCore(agent) {
|
|||
case 'connection':
|
||||
data.result = require('MeshAgent').ConnectedServer;
|
||||
this._send(data);
|
||||
break;
|
||||
case 'descriptors':
|
||||
require('ChainViewer').getSnapshot().then(function (f)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue