| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1eec170 commit 103034b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ function replaceJunitDuration(str) { | |||
| 37 | 37 | return str | |
| 38 | 38 | .replaceAll(/time="[0-9.]+"/g, 'time="*"') | |
| 39 | 39 | .replaceAll(/duration_ms [0-9.]+/g, 'duration_ms *') | |
| 40 | - .replaceAll(hostname(), 'HOSTNAME') | ||
| 40 | + .replaceAll(`hostname="${hostname()}"`, 'hostname="HOSTNAME"') | ||
| 41 | 41 | .replace(stackTraceBasePath, '$3'); | |
| 42 | 42 | } | |
| 43 | 43 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments