Clarify XXX comment no user will ever see anyway

MS-2855/keylogger-mettle-extension
William Vu 2017-11-09 15:23:37 -06:00
parent 577baf6070
commit 97859ebf8c
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module Msf
print_status("Launching #{editor} #{path}") print_status("Launching #{editor} #{path}")
system(editor, path) system(editor, path)
# XXX: This will try to reload *anything* and break on modules # XXX: This will try to reload *any* .rb and break on modules
if args.length > 0 && path.end_with?('.rb') if args.length > 0 && path.end_with?('.rb')
print_status("Reloading #{path}") print_status("Reloading #{path}")
load path load path