mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-08 12:20:14 +00:00
Update project-map.component.ts
This commit is contained in:
parent
5c57135a80
commit
1afbb39d85
@ -337,7 +337,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.projectws.onerror = (event: MessageEvent) => {
|
this.projectws.onerror = (event: MessageEvent) => {
|
||||||
this.toasterService.error('Connection to host lost.');
|
this.toasterService.error(`Connection to host lost. Error: ${event.data}`);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user