mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-12-23 08:47:53 +00:00
fix
This commit is contained in:
parent
714ff3402f
commit
dbf0940285
1 changed files with 1 additions and 2 deletions
|
|
@ -111,8 +111,7 @@ pub fn parse_template(db: &dyn Db, file: SourceFile) -> Option<NodeList<'_>> {
|
|||
}
|
||||
Err(err) => {
|
||||
let template_error = TemplateError::Parser(err.to_string());
|
||||
let empty_offsets = LineOffsets::default();
|
||||
accumulate_error(db, &template_error, &empty_offsets);
|
||||
accumulate_error(db, &template_error);
|
||||
|
||||
let empty_nodelist = Vec::new();
|
||||
let empty_offsets = LineOffsets::default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue