1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-10 04:23:22 +00:00

added _type property when querying registry value if the type is unknown.

This commit is contained in:
Bryan Roe
2019-11-05 11:28:42 -08:00
parent 4e9ac4a1d2
commit 6e9b165452
2 changed files with 2 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ function windows_registry()
default:
retVal = data.toBuffer();
retVal._data = data;
retVal._type = valType.toBuffer().readUInt32LE();
break;
}
}