fixing
This commit is contained in:
parent
79d4c36440
commit
37b6e8ecdb
4 changed files with 11 additions and 7 deletions
|
@ -213,7 +213,8 @@ pub fn print_error(error: &ASLError, ctx: &Context) {
|
|||
out.push_str(¤t);
|
||||
|
||||
out.push_str("\n");
|
||||
out.push_str(" ");
|
||||
out.push_str(" ");
|
||||
out.push_str(&" ".repeat(line.to_string().len()));
|
||||
out.push_str(&" ".repeat(column - 1));
|
||||
out.push_str("^ ");
|
||||
if error.message.len() < 1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue