From bafce3806cd336465a63955cfe366afd7399116c Mon Sep 17 00:00:00 2001 From: Kevin Cui Date: Wed, 8 Jan 2025 19:20:17 +0800 Subject: [PATCH] fix(windows): call init timeout (#156) Signed-off-by: Kevin Cui --- src/windows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows.ts b/src/windows.ts index 08649c0..584e65f 100644 --- a/src/windows.ts +++ b/src/windows.ts @@ -81,7 +81,7 @@ export class WindowsOVM extends RequestWindows { const ovmBin = resource("ovm", this.options.resource); const ovmArgs = [ - "prepare", + "init", "-name", this.options.name, "-log-path", this.options.logDir, "-event-npipe-name", this.restfulNPipePrepareName,