Skip to content

Commit 36bb435

Browse files
alan-agius4vikerman
authored andcommitted
fix(@angular-devkit/build-angular): add missing open parenthesis in stacktrace (#13565)
Fixes #13558
1 parent 71b9646 commit 36bb435

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/angular-cli-files/plugins

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/angular-cli-files/plugins/karma.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const sourceMapReporter: any = function (this: any, baseReporterDecorator: any,
285285

286286
muteDuplicateReporterLogging(this, config);
287287

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

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

0 commit comments

Comments
 (0)