mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 03:25:37 +08:00
Use Checks::exit_with_message()
This commit is contained in:
parent
3d978f8310
commit
059d90b802
@ -304,7 +304,6 @@ With a project open, go to Tools->NuGet Package Manager->Package Manager Console
|
|||||||
return integrate_project(paths);
|
return integrate_project(paths);
|
||||||
}
|
}
|
||||||
|
|
||||||
System::println(System::color::error, "Unknown parameter %s for integrate", args.command_arguments[0]);
|
Checks::exit_with_message(VCPKG_LINE_INFO, "Unknown parameter %s for integrate", args.command_arguments[0]);
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user