From 6c114e2780d4d70d746b16d11c17c60e9cb8fe3b Mon Sep 17 00:00:00 2001 From: Rux Date: Mon, 9 Sep 2024 18:40:35 -0700 Subject: [PATCH] Update Invoke-Preprocessing.ps1 - Make changes to new Compile.ps1 file. --- tools/Invoke-Preprocessing.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Invoke-Preprocessing.ps1 b/tools/Invoke-Preprocessing.ps1 index a0a0a8edf..090dd1781 100644 --- a/tools/Invoke-Preprocessing.ps1 +++ b/tools/Invoke-Preprocessing.ps1 @@ -92,7 +92,7 @@ function Invoke-Preprocessing { $matches = ($filePath) -match '^.*?\*' if ($matches) { - if (-NOT (Get-ChildItem -Recurse -Path "$filePath" -File)) { + if (-NOT (Get-ChildItem -Recurse -Path "$filePath" -File -Force)) { $failedFilesList += "'$filePath', " } } else {