From 34f911255227b10d8353d3fa9e74782b24217c53 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 8 May 2021 00:59:46 +0300 Subject: [PATCH] Update Sophia.psm1 --- Sophia/LTSC/Sophia.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sophia/LTSC/Sophia.psm1 b/Sophia/LTSC/Sophia.psm1 index 3deb7f26..4e4750f0 100644 --- a/Sophia/LTSC/Sophia.psm1 +++ b/Sophia/LTSC/Sophia.psm1 @@ -135,7 +135,7 @@ function Checkings } "1" { - return + continue } } } @@ -9099,4 +9099,4 @@ function Errors } } | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim() } -} \ No newline at end of file +}