Skip to content

Commit

Permalink
Close import progress window on error
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Sep 19, 2017
1 parent fbca2e5 commit 8efbfb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/zotero/fileInterface.js
Expand Up @@ -365,6 +365,7 @@ var Zotero_File_Interface = new function() {
collections: importCollection ? [importCollection.id] : null
});
} catch(e) {
progressWin.close();
Zotero.logError(e);
Zotero.alert(
null,
Expand Down

0 comments on commit 8efbfb7

Please sign in to comment.