Skip to content

Commit a86c3ee

Browse files
committed
FEAT: added info about possible output limitation of probe
1 parent 902eeb3 commit a86c3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/base-debug.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ REBOL [
1818

1919
probe: func [
2020
{Debug print a molded value and returns that same value.}
21-
value [any-type!]
21+
value [any-type!] {The output is truncated to size defined in: system/options/probe-limit}
2222
/local len
2323
][
2424
len: system/options/probe-limit

0 commit comments

Comments
 (0)