summaryrefslogtreecommitdiff
path: root/tools/run_node.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-16 22:40:42 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-18 15:43:50 -0400
commitd78254009e5b39b60433fe5d41354b8419573adc (patch)
treeff03ea88cf631b6cb45d2e7a459c977b28d4cc2a /tools/run_node.py
parented9acaec7d438515271c1f2664780c0612f339da (diff)
Reduce unnecessary build output.
Diffstat (limited to 'tools/run_node.py')
-rwxr-xr-xtools/run_node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_node.py b/tools/run_node.py
index afa861020..4f6c87b91 100755
--- a/tools/run_node.py
+++ b/tools/run_node.py
@@ -16,4 +16,4 @@ target_abs = os.path.join(third_party_path, "node_modules")
target_rel = os.path.relpath(target_abs)
util.remove_and_symlink(target_rel, "node_modules", True)
-util.run(["node"] + sys.argv[1:])
+util.run(["node"] + sys.argv[1:], quiet=True)