Always install default prettier
This commit is contained in:
parent
46ac82f498
commit
465e53ef41
1 changed files with 1 additions and 5 deletions
|
@ -671,11 +671,7 @@ impl Project {
|
|||
.map_err(Arc::new)?
|
||||
{
|
||||
ControlFlow::Break(()) => return Ok(()),
|
||||
ControlFlow::Continue(Some(_non_default_prettier)) => {
|
||||
save_prettier_server_file(fs.as_ref()).await?;
|
||||
return Ok(());
|
||||
}
|
||||
ControlFlow::Continue(None) => {
|
||||
ControlFlow::Continue(_) => {
|
||||
let mut needs_install = match previous_installation_task {
|
||||
Some(previous_installation_task) => {
|
||||
match previous_installation_task.await {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue