We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d80ed commit db43be1Copy full SHA for db43be1
src/testRunner/externalCompileRunner.ts
@@ -188,7 +188,7 @@ function stripRushStageNumbers(result: string): string {
188
}
189
190
function stripWebpackHash(result: string): string {
191
- return result.replace(/Hash: \w+/g, "Hash: [redacted]")
+ return result.replace(/Hash: \w+/g, "Hash: [redacted]");
192
193
194
function sanitizeSizes(result: string): string {
0 commit comments