Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-littlefarmer committed Sep 20, 2024
1 parent bc1f49c commit 54bd3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ func (h *developHandler) elementType(t reflect.Type, v reflect.Value, l int, p i
}
case reflect.Interface:
if v.IsZero() {
b = nilString()
b = h.nilString()
} else {
v = reflect.ValueOf(v.Interface())
b = h.elementType(v.Type(), v, l, p)
Expand Down

0 comments on commit 54bd3f4

Please sign in to comment.