diff --git a/backend/src/main/resources/get/materiale.js b/backend/src/main/resources/get/materiale.js index 79b62b2..0c2ce5f 100644 --- a/backend/src/main/resources/get/materiale.js +++ b/backend/src/main/resources/get/materiale.js @@ -20,6 +20,7 @@ async function showfile(filename, target) { } } catch (error) { + console.log(error) container.innerHTML = "

Errore nel caricamento dell'appunto.

"; } } \ No newline at end of file