@yarnpkg/fslib
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -757,3 +757,3 @@ "use strict"; | ||
try { | ||
if (this.typeCheck !== null && (this.baseFs.lstatSync(filePath).mode & fs_1.constants.S_IFMT) !== this.typeCheck) { | ||
if (this.typeCheck !== null && (this.baseFs.statSync(filePath).mode & fs_1.constants.S_IFMT) !== this.typeCheck) { | ||
this.notMount.add(filePath); | ||
@@ -760,0 +760,0 @@ continue; |
{ | ||
"name": "@yarnpkg/fslib", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "BSD-2-Clause", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
231500