mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #46064 from k0kubun/system-exception-true
Improve error messages on bin/setup
This commit is contained in:
commit
83f32f62fe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require "fileutils"
|
|||
APP_ROOT = File.expand_path("..", __dir__)
|
||||
|
||||
def system!(*args)
|
||||
system(*args) || abort("\n== Command #{args} failed ==")
|
||||
system(*args, exception: true)
|
||||
end
|
||||
|
||||
FileUtils.chdir APP_ROOT do
|
||||
|
|
Loading…
Reference in a new issue