Spaces:
Sleeping
Sleeping
| module.exports = { | |
| format: ' {bar}\u25A0 {percentage}% | ETA: {eta}s | {value}/{total}', | |
| barCompleteChar: '\u25A0', | |
| barIncompleteChar: ' ' | |
| }; |
| module.exports = { | |
| format: ' {bar}\u25A0 {percentage}% | ETA: {eta}s | {value}/{total}', | |
| barCompleteChar: '\u25A0', | |
| barIncompleteChar: ' ' | |
| }; |