Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tunisiano187 committed May 17, 2024
1 parent 0c2d8c1 commit 841b2d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/looknewer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ $version = ''
# Sort Exclude file
$excludefile = '.\tools\Check\exclude.txt'
if(!(Test-Path $excludefile)) {
Write-Debug "File does not exist at $excludefile"
$excludefile = '..\tools\Check\exclude.txt'
if(!(Test-Path $excludefile)) {
Write-Debug "File does not exist at $excludefile"
}
} else {
Write-Debug "$excludefile OK"
}
Get-Content $excludefile | Sort-Object | Select-Object -Unique | Set-Content $excludefile

Expand Down

0 comments on commit 841b2d0

Please sign in to comment.