We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0998559 commit afab424Copy full SHA for afab424
assets/app/js/renderer.js
@@ -415,7 +415,7 @@ $(document).ready(() => {
415
.then(() => showScanDataButton.trigger('click'))
416
.catch((err) => {
417
progressbar.hide();
418
- if (err instanceof WorkbenchDB.MissingFileInfoError) {
+ if (WorkbenchDB.MissingFileInfoError && err instanceof WorkbenchDB.MissingFileInfoError) {
419
dialog.showErrorBox(
420
'Missing File Type Information',
421
'Missing file \'type\' information in the scanned data. ' +
0 commit comments