mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Make write_gn_args.py quiet
This commit is contained in:
parent
8f3d0ca664
commit
c7d81fa9ff
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ args_list = run_output([
|
|||
third_party.gn_path, "args",
|
||||
build_path(), "--list", "--short", "--overrides-only"
|
||||
],
|
||||
quiet=True,
|
||||
env=third_party.google_env())
|
||||
|
||||
with open(out_filename, "w") as f:
|
||||
|
|
Loading…
Reference in a new issue