Skip to content

Commit 5e0293c

Browse files
committed
ci: log more to test because it is confusing to me right now
1 parent 693ad8b commit 5e0293c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install-windows.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ function install_slack_cli {
172172
$ErrorActionPreference = 'Continue'
173173
try {
174174
$fp = (& $SLACK_CLI_NAME _fingerprint 2>&1 | Out-String).Trim()
175+
Write-Host "nooo $fp"
175176
} finally {
176177
$ErrorActionPreference = $old
177178
}
@@ -264,6 +265,9 @@ function next_step_message {
264265
trap {
265266
Write-Host "`nWe would love to know how things are going. Really. All of it."
266267
Write-Host "Submit installation issues: https://github.com/slackapi/slack-cli/issues"
268+
269+
270+
$_ | Format-List * | Out-String | Write-Host
267271
exit 1
268272
}
269273

0 commit comments

Comments
 (0)