mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Fix missing semicolon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user