Skip to content

Commit

Permalink
Remove dupe line.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Oct 2, 2017
1 parent bb793e3 commit fc39fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/batch.inc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ function _drush_batch_worker() {

// Tolerate recoverable errors.
// See https://github.com/drush-ops/drush/issues/1930
$message = call_user_func_array($function, array_merge($args, array(&$batch_context)));
$halt_on_error = \Drush\Drush::config()->get('runtime.php.halt-on-error', TRUE);
\Drush\Drush::config()->set('runtime.php.halt-on-error', FALSE);
$message = call_user_func_array($function, array_merge($args, array(&$batch_context)));
Expand Down

0 comments on commit fc39fc4

Please sign in to comment.