Skip to content

Commit

Permalink
echo the path it writes to
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Apr 30, 2024
1 parent 21fbb91 commit 6dfe331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/index.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Function Run {
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding($False)
# [System.IO.File]::WriteAllLines("$target\data\index.json" , $json, $Utf8NoBomEncoding)
Set-Content -Path "$target\data\index.json" -Value $json

echo "$target\data\index.json"

Write-Progress -Activity "Cleaning"
python cleaner.py $target

Expand Down

0 comments on commit 6dfe331

Please sign in to comment.