sub/avm-git/lib/avm/git/launcher/base/underlying.rb in eac_tools-0.46.0 vs sub/avm-git/lib/avm/git/launcher/base/underlying.rb in eac_tools-0.47.0

- old
+ new

@@ -21,10 +21,10 @@ %w[execute execute! system system!].each do |exec_type| define_method exec_type do |*args| begin command(*args).send(exec_type) - rescue ::EacRubyUtils::Envs::Command::ExecError + rescue ::EacRubyUtils::Envs::ExecutionError raise ::Avm::Git::Launcher::Error end end end