@ -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);
}