chore: Add warning messages for SUI core watch command
This commit is contained in:
parent
1257337765
commit
8269dcf6f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue