We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab58843 commit 9b8919dCopy full SHA for 9b8919d
scripts/main.ps1
@@ -54,7 +54,7 @@ foreach ($file in $files) {
54
Missed = "$($jsonContent.CommandsMissedCount) commands"
55
Files = "$($jsonContent.FilesAnalyzedCount) files"
56
} | Format-Table -AutoSize | Out-String
57
-
+
58
# --- Normalize file paths in CommandsMissed, CommandsExecuted, and FilesAnalyzed ---
59
# 1. Normalize every "File" property in CommandsMissed
60
foreach ($missed in $jsonContent.CommandsMissed) {
0 commit comments