(msg: string)
| 21 | if (!quiet) console.log(chalk.dim(`Docs: ${url}`)); |
| 22 | }, |
| 23 | start(msg: string) { |
| 24 | if (!quiet) s.start(msg); |
| 25 | }, |
| 26 | stop(ms: number) { |
| 27 | if (!quiet) s.stop(`Done in ${elapsed(ms)}`); |
| 28 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected