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

fix: output line more than 3 digits #1804

Closed
wants to merge 1 commit into from
Closed

Conversation

d0whc3r
Copy link

@d0whc3r d0whc3r commented Aug 6, 2020

When String(line).length is bigger than 3, then calculation is negative and repeat will fail

When `String(line).length` is bigger than `3`, then calculation is negative and `repeat` will fail
@yyx990803
Copy link
Member

yyx990803 commented Aug 12, 2020

Thanks for the PR, but it should be 0 indentation on lines > 1000 so abs is incorrect here. See #1807

@yyx990803 yyx990803 closed this Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants