mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
load_all_ports() no longer aborts when a port fails
This commit is contained in:
parent
b6907f417b
commit
35edd4ee4f
@ -209,10 +209,6 @@ namespace vcpkg::Paragraphs
|
||||
{
|
||||
output.emplace_back(std::move(*srcpgh));
|
||||
}
|
||||
else
|
||||
{
|
||||
Checks::exit_with_message("Error loading port from %s: %s", path.generic_string(), source_paragraph.error_code().message());
|
||||
}
|
||||
}
|
||||
|
||||
return output;
|
||||
|
Loading…
Reference in New Issue
Block a user