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:
parent
fba2ac227a
commit
b24a30ace6
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue