diff --git a/downloadFiles.ps1 b/downloadFiles.ps1 index b28d597..3dca81e 100644 --- a/downloadFiles.ps1 +++ b/downloadFiles.ps1 @@ -341,7 +341,8 @@ $warnings = Get-ChildItem .\log\* -Recurse | Select-String -Pattern "warning" | $_.Line -notmatch "delete mode " -and $_.Line -notmatch "rename " -and $_.Line -notmatch "reinstalling" -and - $_.Line -notmatch "origin/main Updating" + $_.Line -notmatch "origin/main Updating" -and + $_.Line -notmatch "core_perl" } $errors = Get-ChildItem .\log\* -Recurse | Select-String -Pattern "error" | Where-Object {