Skip to content

Commit

Permalink
Debug more easily "[object ErrorEvent] thrown" exceptions (angular/an…
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-todorov committed Aug 5, 2018
1 parent a9b6dc5 commit 43f693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ci-test": "ng test --browsers FirefoxHeadless",
"ci-e2e": "ng e2e --port 4201 --protractor-config ./e2e/protractor-ci.conf.js",
"package": "./node_modules/.bin/rimraf dist/packaging/* && ./node_modules/.bin/webpack --env.configuration=prod",
"test": "ng test --watch --browsers Chrome",
"test": "ng test --watch --browsers Chrome --source-map=false",
"lint": "ng lint",
"e2e": "ng e2e --port 4201",
"webdriver-update": "webdriver-manager update"
Expand Down

0 comments on commit 43f693a

Please sign in to comment.