Skip to content

Commit

Permalink
add verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 28, 2024
1 parent f9b4bf3 commit 3af2635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/powershell-extended/Install-NerdFont.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ process {
$fontRegistryValue = $fontRegistryValues | Where-Object { $_.FileName -eq $fontFile.Name }
if ($fontRegistryValue) {
$fontOwnedByApp = $true
Write-Verbose "Font file $($fontFile.Name) already registered by application: $(Split-Path -Path $fontRegistryKey.Name -Leaf)"
continue
}
}
Expand Down

0 comments on commit 3af2635

Please sign in to comment.