Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
chore: Make standard happy
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Jul 13, 2018
1 parent 4231a0a commit 322d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/is-windows-bash.js
@@ -1,4 +1,4 @@
'use strict'
var isWindows = require('./is-windows.js')
module.exports = isWindows &&
(/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === "cygwin")
(/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === 'cygwin')

0 comments on commit 322d9c2

Please sign in to comment.