Fix the branch compilation
This commit is contained in:
parent
9a53da28bc
commit
4d5ca37edb
3 changed files with 3 additions and 87 deletions
|
@ -195,7 +195,7 @@ impl Prettier {
|
|||
) -> anyhow::Result<Self> {
|
||||
use lsp2::LanguageServerBinary;
|
||||
|
||||
let executor = cx.executor();
|
||||
let executor = cx.executor().clone();
|
||||
anyhow::ensure!(
|
||||
prettier_dir.is_dir(),
|
||||
"Prettier dir {prettier_dir:?} is not a directory"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue