fresc81 / node-winreg

node module that provides access to the Windows Registry through the REG commandline tool
211 stars 60 forks source link

Fix destroy() method errors #35

Closed feross closed 8 years ago

feross commented 8 years ago

Noticed that the destroy() method will actually throw an exception because output is not defined. There were also several other inconsistencies with the other methods.

Can this be released to npm?

fresc81 commented 8 years ago

yeah totally missed that, thanks.

feross commented 8 years ago

Thanks for the quick merge and release!