Skip to content

Commit 1739683

Browse files
committed
FIX: reset ANSI color after secure help output
1 parent 5455ee4 commit 1739683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/mezz-secure.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ secure: function/with [
4242
"^[[1;32m other ^[[m - other value, such as integer"
4343
]
4444
print " Settings for read, write, and execute are also available."
45-
print "^/ ^[[1;35mNOTE: ^[[1;31mSecure is not fully implemented!^/"
45+
print "^/ ^[[1;35mNOTE: ^[[1;31mSecure is not fully implemented!^[[m^/"
4646
;print "Type: help/doc secure for detailed documentation and examples."
4747
exit
4848
]

0 commit comments

Comments
 (0)