Skip to content

Commit

Permalink
chore: logs ftw
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Nov 15, 2024
1 parent 31921f8 commit d3e6066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ func main() {
return
}

fmt.Println("canRunBubbleTea", canRunBubbleTea)
fmt.Println("isCiExecution", isCiExecution)

if canRunBubbleTea {
progress.InitializeProgressTerminal(isCiExecution)

Expand Down

0 comments on commit d3e6066

Please sign in to comment.