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 4231a0a commit 322d9c2Copy full SHA for 322d9c2
lib/utils/is-windows-bash.js
@@ -1,4 +1,4 @@
1
'use strict'
2
var isWindows = require('./is-windows.js')
3
module.exports = isWindows &&
4
- (/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === "cygwin")
+ (/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === 'cygwin')
0 commit comments