Show errors from msfrpc-client

This commit is contained in:
Brendan Coles
2017-06-18 03:13:23 +00:00
parent 98c187fb38
commit 5f4cc87d13

View File

@@ -100,6 +100,7 @@ module Metasploit
begin
ret = super(meth,*args)
rescue => e
print_error "Metasploit: #{e}"
return nil
end
ret