-
Notifications
You must be signed in to change notification settings - Fork 116
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
FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal with sync function #44
Comments
Closed as duplicate for #42. |
Ha sorry. I didn't realize it was a duplicate. |
Yeap. I try to find time to fix problem in the |
Please, try to use |
Thanks for the reactivity. It solve the problem in my scenario. |
Again |
Environment
Actual behavior
When excluding
node_modules
it works as expected:node -e "const fg = require('fast-glob'); fg.sync('**/index.js', {ignore: 'node_modules'})"
With async function is also works:
Expected behavior
To return the
index.js
file and not errors out.The text was updated successfully, but these errors were encountered: