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