1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 07:43:50 +00:00

Synced with server repo

This commit is contained in:
Bryan Roe
2020-04-06 17:22:26 -07:00
parent 3cd06ea4aa
commit d1fcb0cd61
16 changed files with 114 additions and 98 deletions

View File

@@ -191,7 +191,12 @@ function SMBiosTables()
catch(e)
{
}
if (JSON.stringify(r).length > 65535) { r = {}; }
try
{
if (JSON.stringify(r).length > 65535) { r = {}; }
}
catch(ee)
{}
return r;
}
this.processorInfo = function processorInfo(data) {