diff --git a/src/util/ionic-error-handler.ts b/src/util/ionic-error-handler.ts index 6db0b3564b..c564743c0e 100644 --- a/src/util/ionic-error-handler.ts +++ b/src/util/ionic-error-handler.ts @@ -5,7 +5,7 @@ * inside a custom `ErrorHandler` as described here: https://angular.io/docs/ts/latest/api/core/index/ErrorHandler-class.html */ export class IonicErrorHandler { - static handleError(err: any) : void { + static handleError(err: any): void { let server = window['IonicDevServer']; if (server) { server.handleError(err);