-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Weird shell history issue after using sync.js #37
Comments
I changed the last line of the
And that seems to clear up the issue. |
Bad news…I'm still seeing this issue even after the recent change. 😭 |
Hopefully that last fix will do the trick! 🤞 |
STILL having intermittent issues here, but I finally figured out both what the problem is and how to reproduce it every single time if need be (whew!)! It's a bug with Yarn! More details here: yarnpkg/yarn#4667 I'm not certain if Yarn v2 has fixed this or not, but I'm not feeling inspired to upgrade it on my computer right now so I'm leaving this issue open for the time being. |
Moved away from concurrently and using |
happy this is no longer a thing, as |
In iTerm, sometimes when I ctrl-c to quit the dev services, and then I press the up arrow key to browse shell history, instead of seeing the actual commands I just get garbage characters:
^[OA
Wonder if the
sync.js
script needs to output a newline or something upon termination to get the shell to work correctly.The text was updated successfully, but these errors were encountered: