1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00
This commit is contained in:
Ylian Saint-Hilaire 2021-01-27 14:23:42 -08:00
commit 69d59235bc

View file

@ -136,6 +136,10 @@ function handleServerCommand(data)
}
}
}
else
{
console.log(JSON.stringify(data, null, 1));
}
}
// Called when the server connection state changes