make sure we get the checks

This commit is contained in:
Robin Olsen
2026-03-04 17:49:49 +01:00
parent 6e1c46948a
commit 44d4b0e543

View File

@@ -129,6 +129,7 @@ func (r *REPL) watchValidation() {
r.app.CurrentFeedback = &ValidationFeedback{ r.app.CurrentFeedback = &ValidationFeedback{
Success: feedback.Success, Success: feedback.Success,
Message: feedback.Message, Message: feedback.Message,
Checks: feedback.Checks,
} }
} }
if feedback.Success { if feedback.Success {