diff --git a/Sophia/PowerShell 7/Sophia.psm1 b/Sophia/PowerShell 7/Sophia.psm1 index a5dfcff9..d98a9613 100644 --- a/Sophia/PowerShell 7/Sophia.psm1 +++ b/Sophia/PowerShell 7/Sophia.psm1 @@ -124,7 +124,7 @@ function Checkings } "1" { - return + continue } } }