(message: string)
| 204 | }); |
| 205 | }, |
| 206 | success(message: string) { |
| 207 | completeBuffer(buffer, { |
| 208 | status: 'success', |
| 209 | message, |
| 210 | }); |
| 211 | }, |
| 212 | }; |
| 213 | }, |
| 214 | error(message: string, opts?: TaskLogCompletionOptions): void { |
nothing calls this directly
no test coverage detected