summaryrefslogtreecommitdiff
path: root/tools/run_node.py
diff options
context:
space:
mode:
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)