-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ANSI colour codes are leaking #823
Comments
I wonder if it's related to the Babel stack trace being spit out. Any chance you have a reproduction of this in a repo? Watcher log output has changed a lot in |
It might also be |
@gajus - Which Node version are you using? I've noticed problems with streams not flushing entirely before |
@novemberborn Sorry, that was a code in a private repository. I have not had a chance to test it using
@jamestalmage v6.1.0. |
Try in Node 5 and see if you have the same problem.
Creating an MCVE without proprietary/closed source code is the best way for us to troubleshoot the issue. |
Watch mode no longer crashes when Babel compilation fails, which means that the cursor can be restored when exiting watch mode. |
Description
ava ./tests --watch ./**/*.js
command makes the type cursor invisible in iTerm2 (OSX).The text was updated successfully, but these errors were encountered: