Skip to content

Commit

Permalink
Continue instead of break.
Browse files Browse the repository at this point in the history
  • Loading branch information
emetsger committed Jul 22, 2021
1 parent d6b5a24 commit 8f84792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MigrateBatchExecutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function processBatch(&$context) {
}
elseif ($status === MigrationInterface::RESULT_INCOMPLETE) {
// Force iteration, due to memory or time.
break;
continue;
}
}
catch (\Exception $e) {
Expand Down

0 comments on commit 8f84792

Please sign in to comment.