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 3621c58 commit a4fd2b3Copy full SHA for a4fd2b3
src/testRunner/externalCompileRunner.ts
@@ -197,7 +197,8 @@ function sanitizeTimestamps(result: string): string {
197
.replace(/\/\d+-\d+-[\d_TZ]+-debug.log/g, "\/XXXX-XX-XXXXXXXXX-debug.log")
198
.replace(/\d+(\.\d+)? sec(onds?)?/g, "? seconds")
199
.replace(/\d+(\.\d+)? min(utes?)?/g, "")
200
- .replace(/\d+(\.\d+)?( m)?s/g, "?s");
+ .replace(/\d+(\.\d+)?( m)?s/g, "?s")
201
+ .replace(/ \(\?s\)/g, "");
202
}
203
204
function sanitizeVersionSpecifiers(result: string): string {
0 commit comments