Skip to content

Commit 97859eb

Browse files
committed
Clarify XXX comment no user will ever see anyway
1 parent 577baf6 commit 97859eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/modules.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def cmd_edit(*args)
9494
print_status("Launching #{editor} #{path}")
9595
system(editor, path)
9696

97-
# XXX: This will try to reload *anything* and break on modules
97+
# XXX: This will try to reload *any* .rb and break on modules
9898
if args.length > 0 && path.end_with?('.rb')
9999
print_status("Reloading #{path}")
100100
load path

0 commit comments

Comments
 (0)