Skip to content

Commit

Permalink
fix: correct spelling of Next LS
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Mar 8, 2024
1 parent 7ca4a2b commit 1f2cf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export async function ensureNextLSDownloaded(
file.on("close", resolve);
file.on("error", reject);
})
.then(() => channel.info("Downloaded NextLS!"))
.then(() => channel.info("Downloaded Next LS!"))
.catch(() => {
console.log("Failed to write downloaded executable to a file");
channel.error("Failed to write downloaded executable to a file");
Expand Down

0 comments on commit 1f2cf57

Please sign in to comment.