()
| 72 | ): Promise<void> { |
| 73 | const file = plugin.app.vault.getAbstractFileByPath(taskPath); |
| 74 | const showFileMenuFallback = () => { |
| 75 | if (file instanceof TFile) { |
| 76 | showFileContextMenu(event, file, plugin); |
| 77 | } |
| 78 | }; |
| 79 | |
| 80 | try { |
| 81 | const task = await plugin.cacheManager.getTaskInfo(taskPath); |
no test coverage detected