Skip to content

Commit

Permalink
tone down build_runner verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Oct 2, 2023
1 parent d4f2eb5 commit 7b0fd6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/check
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ run_build_runner() {
dart run build_runner build --delete-conflicting-outputs
)
if [ -n "${opt_verbose}" ]; then
"${build_runner_cmd[@]}" --verbose \
# No --verbose needed; build_runner is verbose enough by default.
"${build_runner_cmd[@]}" \
|| return
else
# build_runner lacks a --quiet, and is fairly verbose to begin with.
Expand Down

0 comments on commit 7b0fd6d

Please sign in to comment.