Skip to content

Commit 0949e0a

Browse files
committed
Don't munch exception
1 parent cea61e7 commit 0949e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/modules/metadata/cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def refresh_metadata(module_sets)
5353
begin
5454
module_instance = mt[1].create(mn)
5555
rescue Exception => e
56-
elog "Unable to create module: #{mn}"
56+
elog "Unable to create module: #{mn}. #{e.message}"
5757
end
5858

5959
unless module_instance

0 commit comments

Comments
 (0)