tweaked launchDocument in viewFactory.ts

build-validation
David Tookey 5 years ago
parent 56afc559e3
commit e977d7f01c

@ -104,6 +104,7 @@ function getImagePathFromDocumentName(name: string): string {
function launchDocument(filename: string) { function launchDocument(filename: string) {
let fullPath = fu.getPathToDocument(filename); let fullPath = fu.getPathToDocument(filename);
console.log(`Attempting to open file: ${fullPath}`);
shell.openItem(fullPath); shell.openItem(fullPath);
} }

Loading…
Cancel
Save