Skip to content

Commit 7831cb5

Browse files
author
h00die
committed
print status of opening browser at file
1 parent 3109bfb commit 7831cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/util/document_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def self.spawn_module_document(mod)
2222
f.write(md)
2323
f.close
2424
kb_path = f.path
25-
25+
print_status("Opening web browser for file://#{kb_path}")
2626
Rex::Compat.open_webrtc_browser("file://#{kb_path}")
2727
end
2828

0 commit comments

Comments
 (0)