mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 02:12:04 +00:00
Change padding of showing the error in line
This commit is contained in:
@@ -264,7 +264,7 @@ gb_internal bool show_error_on_line(TokenPos const &pos, TokenPos end) {
|
||||
ELLIPSIS_PADDING = 8 // `... ...`
|
||||
};
|
||||
|
||||
error_out("\n\t");
|
||||
error_out("\t");
|
||||
|
||||
terminal_set_colours(TerminalStyle_Bold, TerminalColour_White);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user