msftidy and module placement per todb

bug/bundler_fix
RageLtMan 2013-03-06 17:36:01 -05:00
parent 225b15f7f3
commit dfe3a4f394
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ end
end
rescue ::Rex::ConnectionRefused, ::Rex::HostUnreachable, ::Rex::ConnectionTimeout
rescue Timeout::Error, Errno::EINVAL, Errno::ECONNRESET, EOFError, Errno::ECONNABORTED, Errno::ECONNREFUSED, Errno::EHOSTUNREACH =>e
puts e.message
raise "#{e}"
end
end