Print out resolution in optimized path

where confirmation isn't required.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-18 17:13:06 +10:00
parent f0fb7da99b
commit c66d8154eb
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -299,6 +299,9 @@ async fn entry() -> Result<()> {
tokio::spawn(async move {
let resolution = await_task(task).await??;
resolution.print(&opts);
install(resolution, opts, temp_dir_path, target).await
})
})