mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added ?trace=2 support, to stringify trace output.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user