Allow generator to continue even if any errors encountered in fetch comparison

Created by: carabasdaniel

This PR fixes issue: https://github.com/github-changelog-generator/github-changelog-generator/issues/665

There might be a more elegant solution to catch only StandardError instead of the general Exception but I think this should ensure that the change log is generated in most cases even through various errors encountered by the fetcher.

Merge request reports

Loading