DEV: Stub #flush in StdOutDemux for multisite:migrate

https://meta.discourse.org/t/multisite-migrate-error/150579/2
This commit is contained in:
David Taylor 2020-05-06 11:58:35 +01:00
parent 5121708814
commit 72ad701df0
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ class StdOutDemux
@data.delete Thread.current
end
end
def flush
# Do nothing
end
end
task 'multisite:migrate' => ['db:load_config', 'environment', 'set_locale'] do |_, args|