1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added ?trace=2 support, to stringify trace output.

This commit is contained in:
Ylian Saint-Hilaire 2021-05-25 10:47:10 -07:00
parent fba2ac227a
commit b24a30ace6
2 changed files with 8 additions and 4 deletions

View file

@ -1471,7 +1471,7 @@
meshserver = MeshServerCreateControl(domainUrl, authCookie);
meshserver.onStateChanged = onStateChanged;
meshserver.onMessage = onMessage;
meshserver.trace = (args.trace == 1);
meshserver.trace = args.trace;
meshserver.Start();
// Setup page controls