diff --git a/src/testRunner/externalCompileRunner.ts b/src/testRunner/externalCompileRunner.ts index a27bd58903e..d9c366001d2 100644 --- a/src/testRunner/externalCompileRunner.ts +++ b/src/testRunner/externalCompileRunner.ts @@ -188,7 +188,7 @@ function stripRushStageNumbers(result: string): string { } function stripWebpackHash(result: string): string { - return result.replace(/Hash: \w+/g, "Hash: [redacted]") + return result.replace(/Hash: \w+/g, "Hash: [redacted]"); } function sanitizeSizes(result: string): string {