Skip to content

Commit

Permalink
add spinner on plugin install
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Dec 22, 2023
1 parent abcd768 commit 311349f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func main() {
}

if global.NeedsPlugins() {
spin.Start()
err := global.InstallPlugins()
if err != nil {
return err
Expand Down

0 comments on commit 311349f

Please sign in to comment.