We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
firebase deploy
NaN/undefined
Using firebase deploy on a project sometimes gives a weird progress, see screenshot.
$ firebase --version 6.1.0 $ node --version v10.1.0
macOS 10.13.6
Doesn't happen all the time, got it like 10% of the times with just
Show proper progress, i.e. 123/321
123/321
Shows messed up progress NaN/undefined (the NaN is probably there because of undefined is converted to a Number somewhere).
NaN
undefined
The text was updated successfully, but these errors were encountered:
Dupe of #1020
Sorry, something went wrong.
No branches or pull requests
Using
firebase deploy
on a project sometimes gives a weird progress, see screenshot.Version info
Platform Information
macOS 10.13.6
Steps to reproduce
Doesn't happen all the time, got it like 10% of the times with just
Expected behavior
Show proper progress, i.e.
123/321
Actual behavior
Shows messed up progress
NaN/undefined
(theNaN
is probably there because ofundefined
is converted to a Number somewhere).The text was updated successfully, but these errors were encountered: