(format string, a ...any)
| 596 | } |
| 597 | |
| 598 | func (ui *ui) echoerrf(format string, a ...any) { |
| 599 | ui.echoerr(fmt.Sprintf(format, a...)) |
| 600 | } |
| 601 | |
| 602 | // reg represents the preview for a file. |
| 603 | // This can also be used to represent the preview of a directory if |
no test coverage detected