mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-05 09:39:07 +00:00
Update toaster-error-handler.ts
This commit is contained in:
parent
7fa49824c6
commit
bf292b4286
@ -4,7 +4,8 @@ import { ToasterService } from '../../services/toaster.service';
|
||||
export class ToasterErrorHandler extends RavenErrorHandler {
|
||||
handleError(err: any): void {
|
||||
super.handleError(err);
|
||||
|
||||
if (!err) return;
|
||||
|
||||
const toasterService = this.injector.get(ToasterService);
|
||||
if (err.error && err.error.message) {
|
||||
toasterService.error(err.error.message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user