node-progress
node-progress copied to clipboard
Bug fix: Available space count on multi-line format mode.
Whenever the format argument is a string that has multiple lines, the script will calculate an incorrect number of available spaces by ignoring \n
symbols.
This pull request will fix that issue.