* Clear the current line and move cursor to beginning
()
| 142 | * Clear the current line and move cursor to beginning |
| 143 | */ |
| 144 | function clearLine() { |
| 145 | process.stdout.write('\r\x1b[K') |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Update progress display |
no test coverage detected