mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
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
|
||||
*/
|
||||
export class IonicErrorHandler {
|
||||
static handleError(err: any) : void {
|
||||
static handleError(err: any): void {
|
||||
let server = window['IonicDevServer'];
|
||||
if (server) {
|
||||
server.handleError(err);
|
||||
|
Reference in New Issue
Block a user