You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input `:total` value is float, but the output `:current` value is more than `:total` value. The input `:total` is nagative integer or zero, but the output rendering failed.
Closesvisionmedia#177, visionmedia#166
On this line of code there's validation for fmt to be a string:
node-progress/lib/node-progress.js
Line 54 in 30d70d9
But if the second argument, passed to constructor, is a number (total), this validation is skipped and, later on, the rendering fails.
The text was updated successfully, but these errors were encountered: