Add debug output for unrecognized Mendeley DB issue
This commit is contained in:
parent
46fc28dc16
commit
8547dedca9
|
@ -340,6 +340,14 @@ var Zotero_File_Interface = new function() {
|
|||
defaultNewCollectionPrefix = "Mendeley Import";
|
||||
}
|
||||
else {
|
||||
// TEMP
|
||||
if (file.path.endsWith('.sqlite')) {
|
||||
let codes = [];
|
||||
for (let i = 0; i < sample.length; i++) {
|
||||
codes.push(sample.charCodeAt(i));
|
||||
}
|
||||
Zotero.debug(codes.join(' '));
|
||||
}
|
||||
translation = new Zotero.Translate.Import();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user