Skip to content

Commit

Permalink
chore: Add warning messages for SUI core watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Jul 24, 2024
1 parent 1257337 commit 8269dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sui/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ var WatchCmd = &cobra.Command{
}

if len(warnings) > 0 {
fmt.Fprintln(os.Stderr, color.YellowString("\nWarnings:"))
for _, warning := range warnings {
fmt.Fprintln(os.Stderr, color.YellowString(warning))
}
Expand Down

0 comments on commit 8269dcf

Please sign in to comment.