Skip to content

Commit

Permalink
windows dev-env printing the root cause in case of failure after clea…
Browse files Browse the repository at this point in the history
…n install (digital-asset#1981)
  • Loading branch information
majcherm-da authored Jul 3, 2019
1 parent 3ffa223 commit 54c59ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env/windows/libexec/core.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function da_install_all([String] $Directory) {
} Else {
$msg = "$app installation failed after clean install."
da_error "<< $msg"
da_error "<< Check Windows 'Control Panel \ Programs \ Programs and Features' and uninstall manually if installed."
da_error $out
throw $msg
}
} ElseIf ($alreadyInstalled) {
Expand Down

0 comments on commit 54c59ea

Please sign in to comment.