Update project-map.component.ts

This commit is contained in:
piotrpekala7 2020-04-09 12:14:46 +02:00
parent 5c57135a80
commit 1afbb39d85

View File

@ -337,7 +337,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
};
this.projectws.onerror = (event: MessageEvent) => {
this.toasterService.error('Connection to host lost.');
this.toasterService.error(`Connection to host lost. Error: ${event.data}`);
};
}