fix(tools): avoid shared barrel import in ripgrep downloader

This commit is contained in:
YeonGyu-Kim 2026-02-22 15:09:30 +09:00
parent 74008a8ceb
commit 594c97d36b

View File

@ -1,6 +1,6 @@
import { existsSync, readdirSync } from "node:fs"
import { join } from "node:path"
import { extractZip as extractZipBase } from "../../shared"
import { extractZip as extractZipBase } from "../../shared/zip-extractor"
import {
cleanupArchive,
downloadArchive,