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

(bug): typo: replace key with option #234

Open
dc165015 opened this issue Apr 28, 2019 · 1 comment
Open

(bug): typo: replace key with option #234

dc165015 opened this issue Apr 28, 2019 · 1 comment
Labels

Comments

@dc165015
Copy link

dc165015 commented Apr 28, 2019

} else if (key !== undefined) {

there is a bug:

key !== undefined 

will never be executed, I guess @rchipka wants to type

option !== undefined
@rchipka rchipka added the bug label Apr 29, 2019
@sourav014
Copy link

I have replaced and created a pull request also. Can you please go through the pull request and make that into merged?

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

No branches or pull requests

3 participants