Fixes smart_migrate for a TypeError bug
Bug is: TypeError can't convert Rex::RuntimeError into String [SeeRM: #7984]unstable
parent
63694a6c87
commit
ed5b8895bb
|
@ -61,7 +61,7 @@ class Metasploit3 < Msf::Post
|
|||
return true
|
||||
rescue ::Exception => e
|
||||
print_error("Could not migrate in to process.")
|
||||
print_error(e)
|
||||
print_error(e.to_s)
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue