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 3ad00f7 commit aaa5a3cCopy full SHA for aaa5a3c
lib/msf/core/module_manager/loading.rb
@@ -109,4 +109,4 @@ def load_modules(path, options={})
109
110
count_by_type
111
end
112
-end
+end
lib/msf/core/modules/loader/base.rb
@@ -419,6 +419,7 @@ def load_error(module_path, error)
419
log_lines << "#{module_path} failed to load due to the following error:"
420
log_lines << error.class.to_s
421
log_lines << error.to_s
422
+ log_lines << "Call stack:"
423
log_lines += error.backtrace
424
425
log_message = log_lines.join("\n")
0 commit comments