1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-18 17:23:16 +00:00

Tweaked for Ubuntu 16

This commit is contained in:
Bryan Roe
2022-06-15 22:58:51 -07:00
parent 5b58c57352
commit 1f40c4c983
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -154,6 +154,7 @@ function linux_identifiers()
{ {
for (key in j[i]) for (key in j[i])
{ {
delete j[i][key]['Array Handle'];
delete j[i][key]['ArrayHandle']; delete j[i][key]['ArrayHandle'];
delete j[i][key]['Error Information Handle']; delete j[i][key]['Error Information Handle'];
for (key2 in j[i][key]) for (key2 in j[i][key])