Skip to content

Commit

Permalink
fix: another console.log replaced to avoid neovim to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed Mar 25, 2024
1 parent b5ce9c4 commit 2f2ee94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class NeovimFileSystem implements FileSystem {
// );
await fs.mkdirSync(this.cursorlessDir);
} catch (err) {
console.log("Cannot create cursorlessDir", this.cursorlessDir, err);
console.warn("Cannot create cursorlessDir", this.cursorlessDir, err);
}
}

Expand Down

0 comments on commit 2f2ee94

Please sign in to comment.