Skip to content

Commit

Permalink
Miscellaneous file
Browse files Browse the repository at this point in the history
Don't know why this file was modified by the compile preprocessor
  • Loading branch information
CodingWonders committed Jan 11, 2025
1 parent eb13690 commit c8395ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/private/Set-WinUtilRegistry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Set-WinUtilRegistry {
Write-Warning "Unable to set $Path\$Name to $Value due to a Security Exception"
} catch [System.Management.Automation.ItemNotFoundException] {
Write-Warning $psitem.Exception.ErrorRecord
} catch [System.UnauthorizedAccessException]{
} catch [System.UnauthorizedAccessException] {
Write-Warning $psitem.Exception.Message
} catch {
Write-Warning "Unable to set $Name due to unhandled exception"
Expand Down

0 comments on commit c8395ad

Please sign in to comment.