Spaces:
Sleeping
Sleeping
File size: 153 Bytes
1070765 | 1 2 3 4 5 | module.exports = {
format: ' {bar}\u25A0 {percentage}% | ETA: {eta}s | {value}/{total}',
barCompleteChar: '\u25A0',
barIncompleteChar: ' '
}; |