Clarify XXX comment no user will ever see anyway
parent
577baf6070
commit
97859ebf8c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue