mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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
|
||||
*/
|
||||
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