mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-24 13:13:13 -05:00
added missing break statement
This commit is contained in:
parent
ef2af9ad0d
commit
29545ca4b1
@ -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…
x
Reference in New Issue
Block a user