fix(tools): avoid shared barrel import in ripgrep downloader
This commit is contained in:
parent
74008a8ceb
commit
594c97d36b
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user