Skip to content

Commit

Permalink
preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jan 8, 2024
1 parent 4fd5bde commit 239912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sst/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func (u *UI) Trigger(evt *project.StackEvent) {

if evt.DiagnosticEvent.Severity == "info" {
u.spinner.Disable()
fmt.Println(strings.TrimSpace(evt.DiagnosticEvent.Message))
fmt.Println(strings.TrimRight(evt.DiagnosticEvent.Message, " "))
u.spinner.Enable()
}
}
Expand Down

0 comments on commit 239912a

Please sign in to comment.