Skip to content

Commit

Permalink
Update Invoke-Preprocessing.ps1
Browse files Browse the repository at this point in the history
- Make changes to new Compile.ps1 file.
  • Loading branch information
ruxunderscore committed Sep 10, 2024
1 parent 6380229 commit 6c114e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Invoke-Preprocessing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6c114e2

Please sign in to comment.