Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -220,7 +220,7 @@
|
|
220 |
// Si ce n'est pas du JSON, traiter comme ancien format (string simple)
|
221 |
// prompt = event.data;
|
222 |
// model = null;
|
223 |
-
console.error('
|
224 |
addLog(`Erreur : ${error.message}`);
|
225 |
}
|
226 |
|
|
|
220 |
// Si ce n'est pas du JSON, traiter comme ancien format (string simple)
|
221 |
// prompt = event.data;
|
222 |
// model = null;
|
223 |
+
console.error('parseError :', parseError);
|
224 |
addLog(`Erreur : ${error.message}`);
|
225 |
}
|
226 |
|