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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user