Skip to content

fix: properly initialize multierror during imports

João Pereira requested to merge error-handling2 into master

When testing !967 (merged) locally, I realized that the multierror struct was getting out of #updateRepoWithError and #updateSuccessfulRepo empty. As consequence, the err return from #runImport was always nil, and therefore the error was not being logged or reported to Sentry in #StartRepositoryImport.

Merge request reports