-
Notifications
You must be signed in to change notification settings - Fork 682
[Hack] Errors from the Project scope are shown as from current file #172
Comments
I believe this to be the culprit https://github.com/facebook/nuclide/blob/master/pkg/nuclide/hack/lib/hack.js#L56-L60 |
This also happens to me (and atom crashes, I'm not sure if because of this or another bug) |
@elijahb You can work around this by removing these lines unless it's fixed https://github.com/facebook/nuclide/blob/3ae2a3a9c5ac679ae983c88fba76ad9a919093ff/pkg/nuclide/hack/lib/hack.js#L58-L62 |
Thank you @steelbrain , I'm using v0.0.30 and the lines you point out are similar to this ones https://github.com/facebook/nuclide/blob/v0.0.30/pkg/nuclide/hack/lib/hack.js#L57-L60 and they do indeed cause the problem. Commenting them fixes it, working also locally. |
[Atom] Fix comment toggle
I am doing an internal API rewrite in my app and I have about ~250 errors. Nuclide is showing all of those messages as they are from the current file which is incorrect and makes the editor lag for me.
The text was updated successfully, but these errors were encountered: