We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a2bad6 + f208708 commit 3d78f21Copy full SHA for 3d78f21
jsonpath_rfc9535/exceptions.py
@@ -27,6 +27,7 @@ def __str__(self) -> str:
27
if not self.token:
28
return msg
29
30
+ # TODO: Pretty error messages with current line and visual pointer.
31
line, column = self.token.position()
32
return f"{msg}, line {line}, column {column}"
33
0 commit comments