We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae6640 commit e70eb2cCopy full SHA for e70eb2c
creature-imager.ps1
@@ -354,7 +354,7 @@ if ($processImages) {
354
355
# Tidying up
356
Write-Host "`n`nComplete.`n`nFinishing up...`n"
357
-$brew | ConvertTo-Json -Depth 99 -Compress | Out-File -Path ($outputPath + $brew._meta.sources[0].authors[0] + '; ' + $brew._meta.sources[0].full + '.json') -Encoding utf8
+$brew | ConvertTo-Json -Depth 99 | Out-File -Path ($outputPath + $brew._meta.sources[0].authors[0] + '; ' + $brew._meta.sources[0].full + '.json') -Encoding utf8
358
if ($needsHuman.tokens.Count -or $needsHuman.images.Count) {
359
Write-Warning ("Process completed with " + ($needsHuman.tokens.Count + $needsHuman.images.Count) + " warnings.")
360
$logName = $outputPath + 'imager log ' + (Get-Date -UFormat %s) + '.json'
0 commit comments