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

RangeError: Invalid count value in Write.hr function #829

Closed
xenokratos opened this issue Oct 27, 2024 · 1 comment · Fixed by #830
Closed

RangeError: Invalid count value in Write.hr function #829

xenokratos opened this issue Oct 27, 2024 · 1 comment · Fixed by #830
Labels

Comments

@xenokratos
Copy link

Hi!

When running my tests on CircleCI, I got into RangeError in this code ⬇️

const line = '─'.repeat(node_process_1.stdout.columns - 10 || 40);

Screenshot 2024-10-27 at 02 42 39

process.stdout.columns Seems to equal 0, when running from a CI env.

Similar issue can be found here google/zx#607

@wellwelwel wellwelwel added the bug label Oct 27, 2024
@wellwelwel
Copy link
Owner

Thanks for the report, @xenokratos 🙋🏻‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants