Skip to content

Commit 7c23410

Browse files
committed
FEAT: small change in output of ?? debug function
(so it is easier to copy the output for immediate use in console again)
1 parent badbbac commit 7c23410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mezz/base-debug.r

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ probe: func [
3333
word? :name
3434
path? :name
3535
][
36-
prin ajoin ["^[[1;32;49m" mold :name "^[[0m == ^[[32m"]
36+
prin ajoin ["^[[1;32;49m" mold :name "^[[0m: ^[[32m"]
3737
prin either value? :name [mold/all get/any :name] ["#[unset!]"]
3838
print "^[[0m"
3939
]
@@ -43,7 +43,7 @@ probe: func [
4343
word? :word
4444
path? :word
4545
][
46-
prin ajoin ["^[[1;32;49m" mold :word "^[[0m == ^[[32m"]
46+
prin ajoin ["^[[1;32;49m" mold :word "^[[0m: ^[[32m"]
4747
prin either value? :word [mold/all get/any :word]["#[unset!]"]
4848
print "^[[0m"
4949
][

0 commit comments

Comments
 (0)