diff --git a/src/ts_source/viewFactory.ts b/src/ts_source/viewFactory.ts index 0032baf..be837af 100644 --- a/src/ts_source/viewFactory.ts +++ b/src/ts_source/viewFactory.ts @@ -104,6 +104,7 @@ function getImagePathFromDocumentName(name: string): string { function launchDocument(filename: string) { let fullPath = fu.getPathToDocument(filename); + console.log(`Attempting to open file: ${fullPath}`); shell.openItem(fullPath); }