Skip to content

Commit 3ce58cd

Browse files
authored
Merge pull request #52 from shiftkey/patch-1
swap a console.log for debug
2 parents c76bce1 + 3cfd788 commit 3ce58cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/registry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var api = {
1616
}
1717

1818
var pHkey = ref.alloc(types.PHKEY, new Buffer(ref.sizeof.pointer));
19-
console.log('PHKEY LENGTH: ' + pHkey.deref().length);
19+
debug('PHKEY LENGTH: ' + pHkey.deref().length);
2020
var result = advApi.RegOpenKeyExA(preDefinedKey, subKeyName, 0, accessLevel, pHkey);
2121
debug('result:' + result);
2222
if (result !== 0) {

0 commit comments

Comments
 (0)