Skip to content

Commit

Permalink
Merge pull request #527 from OmkarPh/updatePackageVersions
Browse files Browse the repository at this point in the history
Updated packages to latest possible versions
  • Loading branch information
pombredanne authored Jun 7, 2022
2 parents 0998559 + d68d540 commit c22cdc8
Show file tree
Hide file tree
Showing 3 changed files with 1,415 additions and 1,372 deletions.
2 changes: 1 addition & 1 deletion assets/app/js/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ $(document).ready(() => {
.then(() => showScanDataButton.trigger('click'))
.catch((err) => {
progressbar.hide();
if (err instanceof WorkbenchDB.MissingFileInfoError) {
if (WorkbenchDB.MissingFileInfoError && err instanceof WorkbenchDB.MissingFileInfoError) {
dialog.showErrorBox(
'Missing File Type Information',
'Missing file \'type\' information in the scanned data. ' +
Expand Down
Loading

0 comments on commit c22cdc8

Please sign in to comment.