Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c278f7 commit 454ea9dCopy full SHA for 454ea9d
src/environment.ts
@@ -25,4 +25,4 @@ export const WORKSPACE_ROOT: string = getWorkspaceRoot()
25
26
// Possible values are 'aix', 'darwin', 'freebsd', 'linux', 'openbsd', 'sunos', and 'win32'.
27
// @ts-ignore
28
-export const OS_PLATFORM: 'win32' | 'linux' = os.platform()
+export const OS_PLATFORM: 'win32' | 'linux' | 'darwin' = os.platform()
0 commit comments