mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix reloader to work with new Executor signature
This is a follow up to [CVE-2022-23633].
This commit is contained in:
parent
761a2e2552
commit
f9a2ad0394
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module ActiveSupport
|
|||
prepare!
|
||||
end
|
||||
|
||||
def self.run! # :nodoc:
|
||||
def self.run!(reset: false) # :nodoc:
|
||||
if check!
|
||||
super
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue