fix(pwsh): print error when install fails in module

relates to #1498
This commit is contained in:
Jan De Dobbeleer 2021-12-27 11:22:57 +01:00 committed by Jan De Dobbeleer
parent 3c40c04d36
commit af639a2b7b

View file

@ -124,8 +124,12 @@ In case you installed using AllUsers and are a non-admin user,
please run the following command as an administrator:
Import-Module oh-my-posh
Original Error:
'@
Write-Error $message
Write-Host $message
Write-Host $_
exit 1
}