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.
1 parent b702865 commit feec0b6Copy full SHA for feec0b6
src/puppetlabs/puppetdb/pql.clj
@@ -40,7 +40,7 @@
40
"Takes an augmented failure object and prints the error message"
41
[{:keys [line column text reason]}]
42
(let [opening (tru "PQL parse error at line {0}, column {1}:\n\n{2}\n{3}\n\n"
43
- line column text (failure/marker column))
+ line column text (failure/marker text column))
44
full-reasons (distinct (map :expecting
45
(filter :full reason)))
46
partial-reasons (distinct (map :expecting
0 commit comments