Skip to content

Commit 421851d

Browse files
authored
Add win32 to platform.js (#369)
1 parent 1f201e4 commit 421851d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/platform.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const folders = {
77
'darwin': 'osx',
88
'linux': 'linux',
99
'sunos': 'sunos',
10-
'windows': 'windows'
10+
'windows': 'windows',
11+
'win32': 'windows'
1112
};
1213

1314
// Check if the platform is there in the list of platforms or not

0 commit comments

Comments
 (0)