We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c76bce1 + 3cfd788 commit 3ce58cdCopy full SHA for 3ce58cd
lib/registry.js
@@ -16,7 +16,7 @@ var api = {
16
}
17
18
var pHkey = ref.alloc(types.PHKEY, new Buffer(ref.sizeof.pointer));
19
- console.log('PHKEY LENGTH: ' + pHkey.deref().length);
+ debug('PHKEY LENGTH: ' + pHkey.deref().length);
20
var result = advApi.RegOpenKeyExA(preDefinedKey, subKeyName, 0, accessLevel, pHkey);
21
debug('result:' + result);
22
if (result !== 0) {
0 commit comments