havard / node-openid

OpenID for Node.js
MIT License
293 stars 100 forks source link

Fix semi-colon to comma #176

Closed jeremy-mcalps closed 3 years ago

jeremy-mcalps commented 3 years ago

When importing this node module in an Electron production build, the semi-colon throws an error "querystring is not defined." Switching to a comma fixes this.

havard commented 3 years ago

Good find, thanks. Sorry for the delayed merge.