You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, I'm using OSX El Captain and some times when files are created and removed really fast the code reaches this unreachable!() . It doean't happens all the time but an easy way is to monitor a Node.js project while rm -rf ./node_modules && npm install, you will easly receive +30K events and the error almost always happens.
Hello there, I'm using OSX El Captain and some times when files are created and removed really fast the code reaches this unreachable!() . It doean't happens all the time but an easy way is to monitor a Node.js project while
rm -rf ./node_modules && npm install
, you will easly receive +30K events and the error almost always happens.This is my environment:
The stack trace is this:
The code that I used is this one:
And here is my
Cargo.lock
The text was updated successfully, but these errors were encountered: