mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:59:03 +08:00
[vcpkg] Fixup 5d2f4485
This commit is contained in:
parent
872332df34
commit
a26c028893
@ -153,7 +153,9 @@ namespace vcpkg::Commands::Install
|
|||||||
System::println(System::color::error, "The following files are already installed in %s and are in conflict with %s",
|
System::println(System::color::error, "The following files are already installed in %s and are in conflict with %s",
|
||||||
triplet_install_path.generic_string(),
|
triplet_install_path.generic_string(),
|
||||||
binary_paragraph.spec);
|
binary_paragraph.spec);
|
||||||
Strings::join(intersection, "\n ");
|
System::print("\n ");
|
||||||
|
System::println(Strings::join(intersection, "\n "));
|
||||||
|
System::println("");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user