mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added ability to relay server commands
This commit is contained in:
@@ -136,6 +136,10 @@ function handleServerCommand(data)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
console.log(JSON.stringify(data, null, 1));
|
||||
}
|
||||
}
|
||||
|
||||
// Called when the server connection state changes
|
||||
|
||||
Reference in New Issue
Block a user