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:
@@ -90,6 +90,7 @@ function windows_registry()
|
||||
default:
|
||||
retVal = data.toBuffer();
|
||||
retVal._data = data;
|
||||
retVal._type = valType.toBuffer().readUInt32LE();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user