Skip to content

Commit

Permalink
Update error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 22, 2024
1 parent e24dd26 commit e1a499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typing/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ func ParseValue(key string, optionalSchema map[string]KindDetails, val any) (Kin
}
}

return Invalid, fmt.Errorf("unknown type: %T", val)
return Invalid, fmt.Errorf("unknown type: %T, value: %v", val, val)
}

0 comments on commit e1a499c

Please sign in to comment.