Skip to content
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] justify does not work for console.log #460

Closed
bartzy opened this issue Dec 1, 2020 · 1 comment
Closed

[BUG] justify does not work for console.log #460

bartzy opened this issue Dec 1, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@bartzy
Copy link

bartzy commented Dec 1, 2020

Describe the bug
justify doesn't work for console.log calls while it does work correctly for console.print calls.
The docs state that console.log should support justify, so I considered this as a bug. Please label it as a feature request if you think otherwise.

To Reproduce

console.log("This should be centered", justify="center")

Platform
OS: macOS Big Sur
Python 3.7.7
Rich 9.2.0

@willmcgugan willmcgugan added bug Something isn't working and removed Needs triage labels Dec 1, 2020
@willmcgugan
Copy link
Collaborator

Please try 9.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants