Skip to content

Commit 96ad8bb

Browse files
committed
feat: update dependencies
BREAKING CHANGE: require Node.js>=8.15
1 parent ec87afa commit 96ad8bb

File tree

5 files changed

+5178
-9691
lines changed

5 files changed

+5178
-9691
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function shouldPrependCurrentNodeDirToPATH (opts) {
167167
var isWindows = process.platform === 'win32'
168168
var foundExecPath
169169
try {
170-
foundExecPath = which.sync(path.basename(process.execPath), {pathExt: isWindows ? ';' : ':'})
170+
foundExecPath = which.sync(path.basename(process.execPath), { pathExt: isWindows ? ';' : ':' })
171171
// Apply `fs.realpath()` here to avoid false positives when `node` is a symlinked executable.
172172
isDifferentNodeInPath = fs.realpathSync(process.execPath).toUpperCase() !==
173173
fs.realpathSync(foundExecPath).toUpperCase()

0 commit comments

Comments
 (0)