Format error messages on the client side.

This commit is contained in:
Juliusz Chroboczek
2020-04-26 19:15:02 +02:00
parent c441b49d26
commit e19d704a0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ function serverConnect() {
/* nothing */
break;
case 'error':
displayError(m.value);
displayError('The server said: ' + m.value);
break;
default:
console.warn('Unexpected server message', m.type);