We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The return value is not an Object but it's an Array
The text was updated successfully, but these errors were encountered:
Thus it is impossible to loop on results with a "for of" loop.
Sorry, something went wrong.
You can use Object.keys(), to get the keys and iterate that way. But yes this problem is a stupid one.
Object.keys()
In the github repo it IS an object
find-in-files/index.js
Line 70 in 4dea664
No branches or pull requests
The return value is not an Object but it's an Array
The text was updated successfully, but these errors were encountered: