Skip to content

Commit

Permalink
add verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 24, 2024
1 parent 10f9f82 commit f5a4c5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/powershell-extended/Install-NerdFont.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,9 @@ try {
$extractPath = "$env:TMPDIR/NerdFont_$FontName"
}

Write-Verbose "Zip download path: $zipPath"
Write-Verbose "Extract path: $extractPath"

if (
$PSCmdlet.ShouldProcess(
"Install the font '$FontName' from $sourceName",
Expand Down

0 comments on commit f5a4c5a

Please sign in to comment.