mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Added ability to relay server commands
This commit is contained in:
parent
fe9baf0e8f
commit
aff5bfb8f7
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@ function handleServerCommand(data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
console.log(JSON.stringify(data, null, 1));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Called when the server connection state changes
|
// Called when the server connection state changes
|
||||||
|
|
Loading…
Reference in a new issue