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':
|
case 'connection':
|
||||||
data.result = require('MeshAgent').ConnectedServer;
|
data.result = require('MeshAgent').ConnectedServer;
|
||||||
this._send(data);
|
this._send(data);
|
||||||
|
break;
|
||||||
case 'descriptors':
|
case 'descriptors':
|
||||||
require('ChainViewer').getSnapshot().then(function (f)
|
require('ChainViewer').getSnapshot().then(function (f)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue