add error log message
This commit is contained in:
@@ -699,6 +699,7 @@ public class HTMLtoLaTeXBackEnd extends HTMLEditorKit.ParserCallback {
|
|||||||
try {
|
try {
|
||||||
new ParserDelegator().parse(reader, b, false);
|
new ParserDelegator().parse(reader, b, false);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
System.err.println("Caught exception when converting HTML text to TEX: " + e.getMessage());
|
||||||
}
|
}
|
||||||
return new String(result);
|
return new String(result);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user