Skip to content

Commit

Permalink
FEAT: using serialized form of vector value when displayed as a objec…
Browse files Browse the repository at this point in the history
…t's field in console's help
  • Loading branch information
Oldes committed Jan 16, 2019
1 parent da8353a commit d08f835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mezz/mezz-help.r
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ import module [
port? :val [ reduce [val/spec/title val/spec/ref] ]
image? :val [ return reform ["size:" val/size] ]
gob? :val [ return reform ["offset:" val/offset "size:" val/size] ]
vector? :val [ mold/all val ]
;none? :val [ mold/all val]
true [:val]
]
Expand Down

0 comments on commit d08f835

Please sign in to comment.