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 moby.search() with reserved words #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Nordth
Copy link

@Nordth Nordth commented Nov 20, 2018

Now moby.search('constructor') gives an error because constructor is standart object property. Instead of using {} for words i suggest to use Map

Now `moby.search('constructor')` gives an error because `constructor` is standart object property. Instead of using `{}` for `words` i suggest to use `Map`
@Nordth
Copy link
Author

Nordth commented Nov 20, 2018

Test is failed becuase this change requires minimum Node.js v. 0.12.18

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.

1 participant