Skip to content

Commit

Permalink
Update script output
Browse files Browse the repository at this point in the history
  • Loading branch information
itm4n committed Jan 8, 2025
1 parent bace8b4 commit 897aeea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/check/Main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ function Write-CheckResult {
$ResultOutput += " Vulnerable"
}

$ResultOutput += " - Severity: $($Severity) - Execution time: $($CheckResult.TimeElapsed.ToString("hh\:mm\:ss\.fff"))`n"
$ResultOutput += " - Severity: $($Severity) - Execution time: $($CheckResult.TimeElapsed.ToString("hh\:mm\:ss\.fff"))"
$ResultOutput += "`n`n"

$ResultOutput
}
Expand Down

0 comments on commit 897aeea

Please sign in to comment.