We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577baf6 commit 97859ebCopy full SHA for 97859eb
lib/msf/ui/console/command_dispatcher/modules.rb
@@ -94,7 +94,7 @@ def cmd_edit(*args)
94
print_status("Launching #{editor} #{path}")
95
system(editor, path)
96
97
- # XXX: This will try to reload *anything* and break on modules
+ # XXX: This will try to reload *any* .rb and break on modules
98
if args.length > 0 && path.end_with?('.rb')
99
print_status("Reloading #{path}")
100
load path
0 commit comments