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: Remove negative count in stdout with 0 rows (#1981) #1983

Merged
merged 2 commits into from
Feb 11, 2021

Conversation

alykamb
Copy link
Contributor

@alykamb alykamb commented Feb 11, 2021

Vitejs fails inside docker with:

vite   | /srv/www/node_modules/vite/dist/node/chunks/dep-f0a7a70d.js:3309
vite   |     const blank = '\n'.repeat(process.stdout.rows - 2);
vite   |                        ^
vite   | 
vite   | RangeError: Invalid count value

Example repo here: https://github.com/alykamb/vite-docker-issue/tree/main

@yyx990803 yyx990803 merged commit 09b13ed into vitejs:main Feb 11, 2021
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.

None yet

2 participants