Use a better error in scriptable sessions

GSoC/Meterpreter_Web_Console
William Vu 2018-03-26 17:56:44 -05:00
parent e761d211b9
commit a4ad7de4e0
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ module Scriptable
full_path = self.class.find_script_path(script_name)
if full_path.nil?
print_error("The specified script could not be found: #{script_name}")
print_error("The specified #{self.type} session script could not be found: #{script_name}")
return
end