Catch any error in UpdateRepos
This commit is contained in:
parent
911264eb04
commit
fabe0fbe3c
|
|
@ -118,7 +118,11 @@ try {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
Write-Warning "Error in $($submodule.module)"
|
Write-Warning "Error in $($submodule.module): $_"
|
||||||
|
$build_errors += @{
|
||||||
|
Repo = $submodule.module
|
||||||
|
Message = $_
|
||||||
|
}
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
Pop-Location
|
Pop-Location
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue