fix: enum index for supported platforms (#170)
This commit is contained in:
@@ -11,7 +11,7 @@ export enum Platforms {
|
|||||||
|
|
||||||
export enum SupportedPlatforms {
|
export enum SupportedPlatforms {
|
||||||
macOS = Platforms.macOS,
|
macOS = Platforms.macOS,
|
||||||
Linux = Platforms.Windows,
|
Linux = Platforms.Linux,
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ContextInterface {
|
interface ContextInterface {
|
||||||
|
|||||||
Reference in New Issue
Block a user