Skip to content

Commit

Permalink
FEAT: errors printed in purple color
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Nov 7, 2017
1 parent a0b5e35 commit f61b6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/s-mold.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ STOID Mold_Error(REBVAL *value, REB_MOLD *mold, REBFLG molded)
err = VAL_ERR_VALUES(value);

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

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

0 comments on commit f61b6a9

Please sign in to comment.