catched error

This commit is contained in:
Francesco Mangiacrapa 2024-04-22 15:18:52 +02:00
parent c868c36f78
commit 3c7eec1047
1 changed files with 1 additions and 0 deletions

View File

@ -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"