From 131f0bb646da8c4bc9c5a83216daafea7b9e4490 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 10 Aug 2018 08:32:51 +0200 Subject: [PATCH] chore: version 6.1.3 --- ponyracer/package.json | 2 +- ponyracer/src/environments/environment.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 360d59cb4..50311c148 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.7.0", - "@angular/cli": "~6.1.2", + "@angular/cli": "~6.1.3", "@angular/compiler-cli": "^6.1.0", "@angular/language-service": "^6.1.0", "@types/jasmine": "~2.8.6", diff --git a/ponyracer/src/environments/environment.ts b/ponyracer/src/environments/environment.ts index 012182efa..600fdaf8a 100644 --- a/ponyracer/src/environments/environment.ts +++ b/ponyracer/src/environments/environment.ts @@ -7,9 +7,9 @@ export const environment = { }; /* - * In development mode, to ignore zone related error stack frames such as - * `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can - * import the following file, but please comment it out in production mode - * because it will have performance impact when throw error + * In development mode, for easier debugging, you can ignore zone related error + * stack frames such as `zone.run`/`zoneDelegate.invokeTask` by importing the + * below file. Don't forget to comment it out in production mode + * because it will have a performance impact when errors are thrown */ // import 'zone.js/dist/zone-error'; // Included with Angular CLI.