load_all_ports() no longer aborts when a port fails

This commit is contained in:
Alexander Karatarakis 2017-03-01 13:59:19 -08:00
parent b6907f417b
commit 35edd4ee4f

View File

@ -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;