Skip to content

Commit

Permalink
Update src/filtering.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Nov 30, 2024
1 parent 57cee5b commit a50300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filtering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl FromStr for SnapshotJq {
let filter = Compiler::<_, Native<_>>::default()
.with_funs(jaq_std::funs().chain(jaq_json::funs()))
.compile(modules)
.map_err(|errs| anyhow!("errors in jq: {errs:?}"))?;
.map_err(|errs| anyhow!("errors during compiling filters in jq: {errs:?}"))?;

Ok(Self(filter))
}
Expand Down

0 comments on commit a50300f

Please sign in to comment.