fix: CLI deadlock
This commit is contained in:
@ -23,6 +23,7 @@ pub async fn startline(app: AppHandle) -> Result<(), String> {
|
||||
hash = appd.sum_packages(p);
|
||||
}
|
||||
if let Some(p) = &mut appd.profile {
|
||||
log::debug!("{}", hash);
|
||||
p.line_up(app.clone(), hash).await
|
||||
.map_err(|e| format!("Lineup failed:\n{}", e))?;
|
||||
p.start(app.clone()).await
|
||||
|
Reference in New Issue
Block a user