Skip to content

Commit f3b7e4a

Browse files
committed
Update entries-tagger.ps1
1 parent 5005f1d commit f3b7e4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries-tagger.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ $brew = Traverse-Tree $brew $false
128128
# Output the rubbish
129129

130130
$outPath = $Path -replace '\.json$', '_TAGGED.json'
131+
# If you get bugs on the below for some reason, delete it and replace it with:
132+
# $brew | ConvertTo-Json -Depth 99 | Out-File $outPath -Encoding utf8
133+
# All you'll be missing is unicode escaping for the en and em dash, and for the minus sign.
131134
(
132135
[Regex]::Replace(
133136
(ConvertTo-Json $brew -Depth 99),

0 commit comments

Comments
 (0)