catched error
This commit is contained in:
parent
c868c36f78
commit
3c7eec1047
|
@ -55,6 +55,7 @@ public class HTML_Page {
|
|||
+ " return response.json();\n"
|
||||
+ " } catch (error) {\n"
|
||||
+ " console.error(\"polling error: \" + error);\n"
|
||||
+ " showError(\"Error when exporting PDF :-(\");\n"
|
||||
+ " }\n"
|
||||
+ " }\n"
|
||||
+ " async function playPDFPoll() {\n"
|
||||
|
|
Loading…
Reference in New Issue