(step: string)
| 842 | } |
| 843 | |
| 844 | function logStep(step: string): void { |
| 845 | console.log(styleText(["bold", "yellow"], `${PREFIX} === ${step} ===`)); |
| 846 | } |
| 847 | |
| 848 | function logError(msg: string): void { |
| 849 | console.error(styleText("red", `${PREFIX} Error: ${msg}`)); |
no outgoing calls
no test coverage detected