Commit f1cc322e authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #572 from jam7/refactor/crew-exit

Change crew to abort just after errors
parents 97070bc4 748783b3
......@@ -266,7 +266,7 @@ def resolveDependenciesAndInstall
search origin
install
rescue InstallError => e
puts "#{@pkg.name} failed to install: #{e.to_s}"
abort "#{@pkg.name} failed to install: #{e.to_s}"
ensure
#cleanup
unless ARGV[2] == 'keep'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment