From 0e23646610e0b9204a8974f4291ece78969b585f Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:32:30 +0900 Subject: [PATCH] feat: verbose security --- WELAVerboseSecAudit.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/WELAVerboseSecAudit.psm1 b/WELAVerboseSecAudit.psm1 index f774b5f8..aa1a259b 100644 --- a/WELAVerboseSecAudit.psm1 +++ b/WELAVerboseSecAudit.psm1 @@ -271,6 +271,7 @@ System Write-Host -NoNewline $part } } + Write-Host "" } elseif ($line -match '.*enabled.*\(') { Write-Host $line -ForegroundColor Green -NoNewline } else {