-
Notifications
You must be signed in to change notification settings - Fork 247
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
blanks are printed instead of stack trace in simple example #62
Comments
Hi @ian-kelling , The same script works for me:
Output:
Run from root |
@ian-kelling I guess something is wrong with the way your terminal prints -- either unicode characters or colors, and we don't manage to catch that it's a non-colored terminal. You could try forcing the unicode off by setting this global variable: |
What kind of terminal are you using? I'm runing GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu) I ran this in konsole, mate-terminal, and xterm all with export NO_UNICODE=1. All had the same result. All terminals print color just fine. |
And if I run ./x.sh |& out, i can inspect the file and see that those empty lines are just empty. |
correction: ./x.sh |& tee out |
That's super odd @ian-kelling. I'm not able to reproduce it. I'd have to try it in a linux virtual machine, but you've been the only one so far to report this behavior. |
I can reproduce this too, my setup is:
|
It looks like the problem is only present in non-fancy (non-colorized) output mode. I checked that |
My first attempt to use this project failed.
running it:
I'm on bash 4.3.48(1)-release, and for this project, 903fd74
The text was updated successfully, but these errors were encountered: