Skip to content

Commit

Permalink
Enhance invalidated location
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Dias de Souza authored Apr 24, 2024
1 parent 1fd2d72 commit 6bc5171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parser/parser/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl<'input> Parser<'input> {
}
}
*/
Ok((INVALIDATED_IDENTIFIER.to_owned(), self.token.1.clone()))
Ok((INVALIDATED_IDENTIFIER.to_owned(), self.tokenizer.cursor_location()))
}
}

Expand Down

0 comments on commit 6bc5171

Please sign in to comment.