add some ellipses to the debugger value truncation
This commit is contained in:
parent
bdee3509b7
commit
fb4ae5d83d
|
@ -134,7 +134,7 @@
|
|||
(truncate-value (vector-ref v i) size (sub1 depth)))))]
|
||||
[(bytes? v)
|
||||
(if (> (bytes-length v) size)
|
||||
(subbytes v 0 size)
|
||||
(bytes-append (subbytes v 0 size) #"...")
|
||||
v)]
|
||||
[else v]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user