fix: enum index for supported platforms (#170)

This commit is contained in:
Vojtech Simetka
2021-08-16 11:14:34 +02:00
committed by GitHub
parent 480f6dc7f9
commit dcec6e0188
+1 -1
View File
@@ -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 {