From ed6e60d1115c2dfb28f73e0de075ec486b1e751b Mon Sep 17 00:00:00 2001 From: Kevin Cui Date: Tue, 27 May 2025 18:34:46 +0800 Subject: [PATCH] fix(ovm,darwin), cannot request Signed-off-by: Kevin Cui --- src/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request.ts b/src/request.ts index ef2578e..74d3f74 100644 --- a/src/request.ts +++ b/src/request.ts @@ -125,7 +125,7 @@ type RequestDarwinRawInfoResp = { export class RequestDarwin extends Request { public constructor(workspace: string) { - super(path.join(workspace, "socks", "ovm_restapi.socks"), "http://ovm/"); + super(path.join(workspace, "default", "socks", "ovm_restapi.socks"), "http://ovm/"); } public async info(): Promise {