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