Resume showing the cursor in the terminal, only executed in local environments.
()
| 122 | |
| 123 | /** Resume showing the cursor in the terminal, only executed in local environments. */ |
| 124 | private showCursor() { |
| 125 | if (!IS_CI) { |
| 126 | process.stdout.write(showCursor); |
| 127 | } |
| 128 | } |
| 129 | } |