diff --git a/pkg/repl/repl.go b/pkg/repl/repl.go index 091d0f0..607100d 100644 --- a/pkg/repl/repl.go +++ b/pkg/repl/repl.go @@ -129,6 +129,7 @@ func (r *REPL) watchValidation() { r.app.CurrentFeedback = &ValidationFeedback{ Success: feedback.Success, Message: feedback.Message, + Checks: feedback.Checks, } } if feedback.Success {