提交 2561a1f5 编写于 作者: X Xavier Noria

say something when running bundle commands

This is convenient because we buffer stdout. In particular
bundle install takes a while and generation just hangs there
with no indication of what's going on otherwise.
上级 ead9e4e6
......@@ -185,6 +185,8 @@ def gem_for_javascript
end
def bundle_command(command)
say_status :run, "bundle #{command}"
# We use backticks and #print here instead of vanilla #system because it
# is easier to silence stdout in the existing test suite this way. The
# end-user gets the bundler commands called anyway.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册