mirror of
https://github.com/zotero/zotero.git
synced 2026-09-11 22:51:15 +00:00
parent
e35c220be4
commit
c59c8cbffe
1 changed files with 1 additions and 1 deletions
|
|
@ -5853,7 +5853,7 @@ var ZoteroPane = new function()
|
|||
}
|
||||
catch (e) {
|
||||
// IOUtils.exists() throws if the path is invalid - suppress that
|
||||
if (e.name === 'NS_ERROR_FILE_UNRECOGNIZED_PATH') {
|
||||
if (e.message.includes('Could not parse path')) {
|
||||
Zotero.debug('Invalid path: ' + correctedPath);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue