diff --git a/includes/FeedsSource.inc b/includes/FeedsSource.inc index 83f93728b7b60ea528d171d99e4feb84965b9136..f464249847359da58ed3352d0f222450f8bce34f 100644 --- a/includes/FeedsSource.inc +++ b/includes/FeedsSource.inc @@ -381,7 +381,7 @@ class FeedsSource extends FeedsConfigurable { $this->importer->processor->process($this, $parser_result); } catch (Exception $e) { - // Do nothing. + // $e is stored and re-thrown once we've had a chance to log our progress. } $this->releaseLock(); @@ -422,7 +422,7 @@ class FeedsSource extends FeedsConfigurable { $this->importer->processor->clear($this); } catch (Exception $e) { - // Do nothing. + // $e is stored and re-thrown once we've had a chance to log our progress. } $this->releaseLock();