Skip to content

Commit f61b6a9

Browse files
committed
FEAT: errors printed in purple color
1 parent a0b5e35 commit f61b6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/s-mold.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ STOID Mold_Error(REBVAL *value, REB_MOLD *mold, REBFLG molded)
957957
err = VAL_ERR_VALUES(value);
958958

959959
// Form: ** <type> Error:
960-
Emit(mold, "** WB", &err->type, RS_ERRS+0);
960+
Emit(mold, "\x1B[1;35;49m** WB", &err->type, RS_ERRS+0);
961961

962962
// Append: error message ARG1, ARG2, etc.
963963
msg = Find_Error_Info(err, 0);

0 commit comments

Comments
 (0)