fix(tools): avoid shared barrel import in ripgrep downloader
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { existsSync, readdirSync } from "node:fs"
|
import { existsSync, readdirSync } from "node:fs"
|
||||||
import { join } from "node:path"
|
import { join } from "node:path"
|
||||||
import { extractZip as extractZipBase } from "../../shared"
|
import { extractZip as extractZipBase } from "../../shared/zip-extractor"
|
||||||
import {
|
import {
|
||||||
cleanupArchive,
|
cleanupArchive,
|
||||||
downloadArchive,
|
downloadArchive,
|
||||||
|
|||||||
Reference in New Issue
Block a user