Skip to content

Commit 82760bf

Browse files
committed
Deprecation warnings hidden for non-listeners
1 parent 149c3ec commit 82760bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/metasploit/framework/common_engine.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ module Metasploit::Framework::CommonEngine
2727
config.paths.add 'data/meterpreter', glob: '**/ext_*'
2828
config.paths.add 'modules'
2929

30+
config.active_support.deprecation = :notify
31+
3032
#
3133
# `initializer`s
3234
#

0 commit comments

Comments
 (0)