Skip to content

Commit 3edf0d4

Browse files
authored
fix: Update download.js
1 parent 1b88861 commit 3edf0d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/download.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { downloadNodeBinary, fetchLatestNodeVersion } from "./nodeDownloader.js";
2+
import { fileURLToPath } from 'url';
23
import fs from 'fs';
34
// Get the directory of the current module
45
const __filename = fileURLToPath(import.meta.url);

0 commit comments

Comments
 (0)