Skip to content

Commit

Permalink
fix(win): cannot start ovm (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Jul 15, 2024
1 parent 5b0abcd commit a5cebbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class WindowsOVM extends RequestWindows {
});

const ovm = cp.spawn(this.options.ovmPath, [
"prepare",
"-name", this.options.name,
"-log-path", this.options.logDir,
"-event-npipe-name", this.restfulNPipePrepareName,
Expand Down Expand Up @@ -102,6 +103,7 @@ export class WindowsOVM extends RequestWindows {
});

const ovm = cp.spawn(this.options.ovmPath, [
"run",
"-name", this.options.name,
"-log-path", this.options.logDir,
"-image-dir", this.options.imageDir,
Expand Down

0 comments on commit a5cebbb

Please sign in to comment.