Loading src/Commands/FeedsDrushCommands.php +2 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,8 @@ class FeedsDrushCommands extends DrushCommands { ':label' => $feed->label(), ':id' => $feed->id(), ])); $feed->import(); $feed->startBatchImport(); drush_backend_batch_process(); } } Loading Loading
src/Commands/FeedsDrushCommands.php +2 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,8 @@ class FeedsDrushCommands extends DrushCommands { ':label' => $feed->label(), ':id' => $feed->id(), ])); $feed->import(); $feed->startBatchImport(); drush_backend_batch_process(); } } Loading