Skip to content

Commit

Permalink
fix(windows): call init timeout (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Jan 8, 2025
1 parent 2412177 commit bafce38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bafce38

Please sign in to comment.