Skip to content

Commit d1eab43

Browse files
committed
temp: log outputs in the installation script to troubleshoot
1 parent 3fb5b7b commit d1eab43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install-windows.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ install_slack_cli $Alias $Version
258258
Write-Host "`nAdding developer tooling for an enhanced experience..."
259259
install_git $SkipGit
260260
Write-Host "Sweet! You're all set to start developing!"
261+
Write-Host "test: $Alias xox"
262+
& $Alias _fingerprint
261263
terms_of_service $Alias
262264
feedback_message $Alias
263265
next_step_message $Alias

0 commit comments

Comments
 (0)