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 f6ef57a commit 73bb52dCopy full SHA for 73bb52d
nodeenv.py
@@ -55,7 +55,7 @@
55
56
is_PY3 = sys.version_info[0] >= 3
57
is_WIN = platform.system() == 'Windows'
58
-is_CYGWIN = platform.system().startswith('CYGWIN')
+is_CYGWIN = platform.system().startswith(('CYGWIN', 'MSYS'))
59
60
ignore_ssl_certs = False
61
0 commit comments