()
| 152 | loop(); |
| 153 | }, |
| 154 | stop() { |
| 155 | done = true; |
| 156 | stdin.removeListener("keypress", keypress); |
| 157 | logUpdate.clear(); |
| 158 | rl.close(); |
| 159 | }, |
| 160 | }; |
| 161 | loadingIndicator.start(); |
| 162 | return loadingIndicator; |
nothing calls this directly
no test coverage detected
searching dependent graphs…