fix: resolve circular sibling imports causing runtime ReferenceError (#22752)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import path from "path"
|
||||
import { Process } from "."
|
||||
import * as Process from "./process"
|
||||
|
||||
export async function extractZip(zipPath: string, destDir: string) {
|
||||
if (process.platform === "win32") {
|
||||
|
||||
Reference in New Issue
Block a user