Skip to content

Commit

Permalink
fix(win): miss prepare event value (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Dec 25, 2024
1 parent 32a119d commit 4450322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export interface OVMWindowsOptions {
export enum OVMWindowsPrepareEventValue {
SystemNotSupport = "SystemNotSupport",

NotSupportVirtualization = "NotSupportVirtualization",
NeedEnableFeature = "NeedEnableFeature",
EnableFeaturing = "EnableFeaturing",
EnableFeatureFailed = "EnableFeatureFailed",
Expand Down

0 comments on commit 4450322

Please sign in to comment.