-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
AssertionError: false == true #3942
Comments
Looks like whatever the issue was, it was fixed between rimraf@2.2.8 and rimraf@2.3.0. This can be closed. :) |
@paulirish thank you! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Do you want to request a feature or report a bug?
Bug (?)
What is the current behavior?
Quoting from isaacs/rimraf#155 and GoogleChrome/lighthouse#2618
...
You can reproduce it by cloning this repo and running npm test.
I'm on Mac OSX 10.12.4
Node 7.10.0
It happens on node 6.11.0 and 8.1.2 as well.
For some reason, when lighthouse calls rimraf, it causes standard fs errors to not be instanceof Error. This is causing rimraf's assertions to fail.
What is the expected behavior?
No error
The text was updated successfully, but these errors were encountered: