Skip to content

Commit 54458e7

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

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,5 +1,6 @@
11
import { downloadNodeBinary, fetchLatestNodeVersion } from "./nodeDownloader.js";
22
import { fileURLToPath } from 'url';
3+
import path from 'path';
34
import fs from 'fs';
45
// Get the directory of the current module
56
const __filename = fileURLToPath(import.meta.url);

0 commit comments

Comments
 (0)