Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for windows registry discovery #12

Merged
merged 1 commit into from
Nov 3, 2016
Merged

Conversation

gorkem
Copy link
Contributor

@gorkem gorkem commented Oct 28, 2016

Fixes windows registry discovery that was going into a loop. Uses winreg to search for registry keys.

@jsdevel
Copy link
Owner

jsdevel commented Oct 28, 2016

Looks like the build failed @gorkem. Is that dependency only guaranteed to work on windows?

@gorkem
Copy link
Contributor Author

gorkem commented Oct 28, 2016

It is because travis CI is using node.js v0.11.16 and I had used ES6 constructs such as const which are not supported on that version. What is the target version for the library?

@jsdevel
Copy link
Owner

jsdevel commented Oct 29, 2016

Ideally all versions. Can you use es5?

Fixes windows registry discovery. Uses winreg
to search for registry keys.
@gorkem
Copy link
Contributor Author

gorkem commented Nov 3, 2016

removed all ES6 uses

@jsdevel
Copy link
Owner

jsdevel commented Nov 3, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants