* 获取基础信息(用于调试)
()
| 218 | * 获取基础信息(用于调试) |
| 219 | */ |
| 220 | toString(): string { |
| 221 | if (this.hasError) { |
| 222 | return `ImageInfoFetchTask: ${this.path} - 错误: ${this.errorMessage}` |
| 223 | } |
| 224 | return `ImageInfoFetchTask: ${this.path} - ${this.width}x${this.height} ${this.ext} ${this.sizeFormatted}` |
| 225 | } |
| 226 | } |
nothing calls this directly
no outgoing calls
no test coverage detected