(filePath: string)
| 346 | }; |
| 347 | |
| 348 | const onRejected = (filePath: string) => { |
| 349 | if (this.previewStore.has(filePath)) { |
| 350 | this.previewStore.delete(filePath); |
| 351 | } |
| 352 | }; |
| 353 | |
| 354 | if (knitWorkingDir && fileName) { |
| 355 | return await this.knitWithProgress( |