| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
there seem te be related test failures:
https://ci.nodejs.org/job/node-test-commit-osx-arm/14863/
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #48437
Any changes that happen before the watch is set up are lost because the traverse call is asynchronous. I get the tests to pass changing the traverse call by this.#watchFile to watch the folder before any changes and then calling this.#watchFolder to traverse the folder's content and watch it.
Also noticed the timeout calls in the tests. I removed them because I think they're highlighting the issue.