-
Notifications
You must be signed in to change notification settings - Fork 48
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
stdout not captured on Windows 8 #33
Comments
Thank you for reporting this, I will try to replicate in a windows machine. |
It might be as simple as updating atom-linter. I see some Windows-related stuff in the log and 3.0.0 also literally just came out. |
If I update atom-linter I might break this package for the rest of us, it all depends if there is now an option to disable the promise rejection. |
Need to check the new updates on atom-linter |
Yes. I just updated to 3.0.0 and it works if you pass in |
Well it seems like it was implemented that option |
Yeah, exactly 😄 |
Incidentally, #34 is still compatible as well. :-) |
And the @3.0.0 works for you ? |
Well, it's showing the linter messages I expected, so at least it's capturing stdout now. |
Good, will review your PR and ⬆️ atom-linter to 3.0.0 |
Cool. Thanks! |
Just released 2.2.0, could you see if it solves this issue? |
It sure does. 👍 |
I originally reported this as steelbrain/linter#768:
However, it now looks like this issue is linter-js-standard-specific. I've verified that linter-jshint works as expected, as @steelbrain suggested.
The text was updated successfully, but these errors were encountered: