moby icon indicating copy to clipboard operation
moby copied to clipboard

Fix moby.search() with reserved words

Open Nordth opened this issue 6 years ago • 1 comments

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

Nordth avatar Nov 20 '18 17:11 Nordth

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

Nordth avatar Nov 20 '18 17:11 Nordth