Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): add missing open parenthesis in s…
Browse files Browse the repository at this point in the history
…tacktrace (#13565)

Fixes #13558
  • Loading branch information
alan-agius4 authored and vikerman committed Feb 6, 2019
1 parent 71b9646 commit 36bb435
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -285,7 +285,7 @@ const sourceMapReporter: any = function (this: any, baseReporterDecorator: any,

muteDuplicateReporterLogging(this, config);

const urlRegexp = /\(http:\/\/localhost:\d+\/_karma_webpack_\/webpack:\//gi;
const urlRegexp = /http:\/\/localhost:\d+\/_karma_webpack_\/webpack:\//gi;

this.onSpecComplete = function (_browser: any, result: any) {
if (!result.success && result.log.length > 0) {
Expand Down

0 comments on commit 36bb435

Please sign in to comment.