diff options
| author | gingerBill <bill@gingerbill.org> | 2023-02-22 22:04:00 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-02-22 22:04:00 +0000 |
| commit | 6226c2978d02bebd46adb7ceb68c010c71f9cc67 (patch) | |
| tree | 157415a596ac833b50829009be05e8c7383bbb4c /src | |
| parent | 3d325e52c603b4ff8b3abcc8a892a364fa940b9d (diff) | |
Change padding of showing the error in line
Diffstat (limited to 'src')
| -rw-r--r-- | src/error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.cpp b/src/error.cpp index 9279ed4d4..a13c2bf5a 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -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); |