Skip to content

Commit 112b598

Browse files
committed
Add missing autoload to fix loading on travis-ci
MSP-11126 `Msf::Module::Failure` fails to load on travis-ci probably due to a load order difference, so add `:Failure` to autoloads in `Msf::Module`.
1 parent 0c00c7c commit 112b598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/module.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Module
1818
autoload :Compatibility, 'msf/core/module/compatibility'
1919
autoload :DataStore, 'msf/core/module/data_store'
2020
autoload :Deprecated, 'msf/core/module/deprecated'
21+
autoload :Failure, 'msf/core/module/failure'
2122
autoload :FullName, 'msf/core/module/full_name'
2223
autoload :HasActions, 'msf/core/module/has_actions'
2324
autoload :ModuleInfo, 'msf/core/module/module_info'

0 commit comments

Comments
 (0)