1
0
Fork 0
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:
Aaron Patterson 2022-02-11 11:23:01 -08:00
parent 761a2e2552
commit f9a2ad0394
No known key found for this signature in database
GPG key ID: 953170BCB4FFAFC6

View file

@ -58,7 +58,7 @@ module ActiveSupport
prepare!
end
def self.run! # :nodoc:
def self.run!(reset: false) # :nodoc:
if check!
super
else