File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Config } from "./configTypes.js";
1111import { MojangFullVersion , MojangVersion } from "./responseTypes.js" ;
1212import defaultConfig from "./defaultConfig.js" ;
1313import { cwd } from "node:process" ;
14- import { fetchJson , downloadFile } from "./fetching.js" ;
14+ import { fetchJson } from "./fetching.js" ;
1515import {
1616 downloadFabricJar ,
1717 downloadForgeJar ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010} from "./responseTypes.js" ;
1111import { fetchJson , downloadFile } from "./fetching.js" ;
1212import path from "node:path" ;
13- import { promisify } from "node:util" ;
1413import { spawn , SpawnOptionsWithoutStdio } from "node:child_process" ;
1514import fs from "node:fs/promises" ;
1615import os from "node:os" ;
You can’t perform that action at this time.
0 commit comments