iseasonora
Results
1
comments of
iseasonora
For a temp solution you can change node-progress.js `completeLength = Math.round(width * ratio) ` with this one `completeLength = Math.round(width * ratio) | 0;` that works for me 