Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 0e89ef0

Browse files
committed
Fixed fabric download #2
1 parent bc056e9 commit 0e89ef0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/download/fabricdownloader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const { downloadFiles } = require("./downloader")
44
const { spawnSync } = require("child_process")
55
const { getDirectory, getMinecraftDir } = require("../util")
66
const { getJavaPath } = require("./javadownloader")
7+
const { env } = require("process")
78

89
const log = (...data) => console.log('[Fabric Download] ' + data)
910

0 commit comments

Comments
 (0)