Skip to content

Commit c22cdc8

Browse files
authored
Merge pull request #527 from OmkarPh/updatePackageVersions
Updated packages to latest possible versions
2 parents 0998559 + d68d540 commit c22cdc8

File tree

3 files changed

+1415
-1372
lines changed

3 files changed

+1415
-1372
lines changed

assets/app/js/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ $(document).ready(() => {
415415
.then(() => showScanDataButton.trigger('click'))
416416
.catch((err) => {
417417
progressbar.hide();
418-
if (err instanceof WorkbenchDB.MissingFileInfoError) {
418+
if (WorkbenchDB.MissingFileInfoError && err instanceof WorkbenchDB.MissingFileInfoError) {
419419
dialog.showErrorBox(
420420
'Missing File Type Information',
421421
'Missing file \'type\' information in the scanned data. ' +

0 commit comments

Comments
 (0)