1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

BibTeX plugin: Report errors more sanely

Fixes #5581
This commit is contained in:
jeremy@jermolene.com 2021-04-04 11:25:39 +01:00
parent a8fe653e3c
commit 55735d7552

View File

@ -28,7 +28,8 @@ exports["application/x-bibtex"] = function(text,fields) {
}
if(typeof data === "string") {
return [{
title: "BibTeX import error: " + data,
title: "BibTeX import error",
text: data
}];
}
// Convert each entry