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 +}