Skip to content

Commit 0ee026a

Browse files
committed
Fix name
Signed-off-by: Gunnar Wagenknecht <[email protected]>
1 parent a6206a5 commit 0ee026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/server.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function buildServer() {
110110

111111
async function buildOrDownload() {
112112
if (!fs.existsSync(serverDir)) {
113-
console.log('NOTE: eclipse.jdt.ls is not found as a sibling directory, downloading the latest snapshot of the Bazel JDT Language Server extension...');
113+
console.log('NOTE: bazel-eclipse is not found as a sibling directory, downloading the latest snapshot of the Bazel JDT Language Server extension...');
114114
await downloadServer();
115115
} else {
116116
await buildServer();

0 commit comments

Comments
 (0)