diff --git a/Frontend Angular 4/src/app/shared/services/ghci.service.ts b/Frontend Angular 4/src/app/shared/services/ghci.service.ts index 92b22c74170213b9dc177d93a94f7044b446ba8d..d8e0e34eae298b2c297388f7de913d3cb8ac8b44 100644 --- a/Frontend Angular 4/src/app/shared/services/ghci.service.ts +++ b/Frontend Angular 4/src/app/shared/services/ghci.service.ts @@ -336,7 +336,7 @@ export class GHCIService { if(this.connection && this.connection.readyState == WebSocket.OPEN){ this.connection.send(JSON.stringify(message)); }else{ - this.errorConsole("Sin conexión al servidor..."); + this.errorConsole("Sin conexión al servidor...\n"); } } } diff --git a/Frontend Angular 4/src/styles/console.css b/Frontend Angular 4/src/styles/console.css index 3020e3eb8d0ca61b41e3cd16cf4dd532235af85f..890b1341158a8fa2c2cad21acc961ce1ecc50bbf 100644 --- a/Frontend Angular 4/src/styles/console.css +++ b/Frontend Angular 4/src/styles/console.css @@ -37,7 +37,7 @@ /* font-weight: normal;*/ } - .jqconsole-prompt, .jqconsole-old-prompt, .jqconsole-output { + .jqconsole-prompt, .jqconsole-old-prompt, .jqconsole-output, .jqconsole-logs, .jqconsole-error { word-wrap: break-word; white-space: pre-wrap;