Skip to content

Commit

Permalink
FEAT: added info about possible output limitation of probe
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 21, 2022
1 parent 902eeb3 commit a86c3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/base-debug.reb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REBOL [

probe: func [
{Debug print a molded value and returns that same value.}
value [any-type!]
value [any-type!] {The output is truncated to size defined in: system/options/probe-limit}
/local len
][
len: system/options/probe-limit
Expand Down

0 comments on commit a86c3ee

Please sign in to comment.