Skip to content

Commit

Permalink
overview: don't parse vnu stderr as JSON
Browse files Browse the repository at this point in the history
this will in fact swallow the actual error and make the build failure
inscrutable by merely reporting a `jq` parse error
  • Loading branch information
fricklerhandwerk committed Nov 25, 2024
1 parent 9c2eb66 commit d7bedea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ in
--in-place \
$out/index.html
vnu -Werror --format json $out/*.html 2>&1 | jq
vnu -Werror --format json $out/*.html | jq
''

0 comments on commit d7bedea

Please sign in to comment.