mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
Merge pull request #8812 from ramonornela/lint_error_handler
style(IonicErrorHandler): fix lint delete space return
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
* inside a custom `ErrorHandler` as described here: https://angular.io/docs/ts/latest/api/core/index/ErrorHandler-class.html
|
* inside a custom `ErrorHandler` as described here: https://angular.io/docs/ts/latest/api/core/index/ErrorHandler-class.html
|
||||||
*/
|
*/
|
||||||
export class IonicErrorHandler {
|
export class IonicErrorHandler {
|
||||||
static handleError(err: any) : void {
|
static handleError(err: any): void {
|
||||||
let server = window['IonicDevServer'];
|
let server = window['IonicDevServer'];
|
||||||
if (server) {
|
if (server) {
|
||||||
server.handleError(err);
|
server.handleError(err);
|
||||||
|
Reference in New Issue
Block a user