Skip to content

Commit

Permalink
fix postintall 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Oct 13, 2024
1 parent fb5dee9 commit 172477b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

const LSP_SERVER_VERSION = "1.26.0-SNAPSHOT";

import { download } from "mvn-artifact-download"; // Named export
import pkg from "mvn-artifact-download"; // Default import
const { default: download } = pkg; // Destructure the download function
import * as fs from 'fs';
import * as path from 'path';

Expand Down

0 comments on commit 172477b

Please sign in to comment.