We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693ad8b commit 5e0293cCopy full SHA for 5e0293c
scripts/install-windows.ps1
@@ -172,6 +172,7 @@ function install_slack_cli {
172
$ErrorActionPreference = 'Continue'
173
try {
174
$fp = (& $SLACK_CLI_NAME _fingerprint 2>&1 | Out-String).Trim()
175
+ Write-Host "nooo $fp"
176
} finally {
177
$ErrorActionPreference = $old
178
}
@@ -264,6 +265,9 @@ function next_step_message {
264
265
trap {
266
Write-Host "`nWe would love to know how things are going. Really. All of it."
267
Write-Host "Submit installation issues: https://github.com/slackapi/slack-cli/issues"
268
+
269
270
+ $_ | Format-List * | Out-String | Write-Host
271
exit 1
272
273
0 commit comments