-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error when new file is created #17
Comments
@Urthen I think it has to do with the FS caching by the plugin, could it be? |
Possible. Originally it was supposed to re-check the FS if a file wasn't found in the cache, but I had a big PR recently and it might have affected that. I'll look into it. |
@Urthen here is the failing test: caesarsol@41f11a5 (I refactored something in testing code in the preceding commit) |
Do you have any hint in fixing it? |
@Urthen Having the same issue and not sure how to fix. Would appreciate feedback. Thanks. |
@msuzoagu Temporarily just restart the dev server :) |
Published 2.1.0 which should fix this. Can you give it a test? |
Reported as resolved elsewhere, closing. |
When I create a new file while the server is running, and modify another one to refer to it, the plugin thinks the file doesn't exist and throws an error.
I have a test case to reproduce it, posting it in a few hours.
The text was updated successfully, but these errors were encountered: