-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[bug] cargo's terminal output overflows #3995
Comments
It looks like it isn't clearing the line properly to show the |
We're also forcing the color option, seems like that should be fixed in recent cargo releases. |
|
okay then i guess it's not that cargo issue then since i'm on 1.60 🤔 |
It was happening to me once too, but then it just disappeared :D |
You can see it's not a Cargo issue by running this:
something must be off on our processing |
Got the error again lol let's see if i can fix it this time. |
Seems like the problem is the terminal size. I'll see if their implementation is different, and fix it. Changing it from the |
Describe the bug
Tested in cmd and powershell, both inside and outside of the MS Terminal app.
Reproduction
cargo clean
in your src-tauri dir.tauri dev
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: