Log stdout line from init hook
(line: string)
| 153 | logStep(message: string): void; |
| 154 | /** Log stdout line from init hook */ |
| 155 | logStdout(line: string): void; |
| 156 | /** Log stderr line from init hook */ |
| 157 | logStderr(line: string): void; |
| 158 | /** Report init hook completion */ |
no outgoing calls
no test coverage detected