errors: remove 0 from caret line
parent
bc2ea2f3d4
commit
333e725380
|
@ -101,7 +101,7 @@ pub fn formated_error(kind string /*error or warn*/, emsg string, filepath strin
|
|||
pointerline << if emanager.support_color { term.bold(term.blue('^')) } else { '^' }
|
||||
break
|
||||
}
|
||||
clines << '${0:5d}| ' + pointerline.join('')
|
||||
clines << ' ' + pointerline.join('')
|
||||
}
|
||||
}
|
||||
source_context += clines.join('\n')
|
||||
|
|
Loading…
Reference in New Issue