1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Explain better error

This commit is contained in:
jvazquez-r7 2014-12-05 20:30:22 -06:00
parent 2c290e2004
commit ff99669cfa

View File

@ -33,7 +33,7 @@ class JavaDeserializer
# @return [nil] if error
def run
if file.nil?
print_error("file required")
print_error("file path with serialized java stream required")
return
end