mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fix for #2638
This commit is contained in:
parent
1833f964f2
commit
4a526dafd2
3 changed files with 44 additions and 3 deletions
|
@ -62,7 +62,7 @@ if (require('MeshAgent').ARCHID == null) {
|
|||
catch (xx) {
|
||||
id = 16;
|
||||
}
|
||||
break; break;
|
||||
break;
|
||||
}
|
||||
if (id != null) { Object.defineProperty(require('MeshAgent'), 'ARCHID', { value: id }); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue