diff options
Diffstat (limited to 'tools/eslint/node_modules/shelljs/src/tempdir.js')
-rw-r--r-- | tools/eslint/node_modules/shelljs/src/tempdir.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/shelljs/src/tempdir.js b/tools/eslint/node_modules/shelljs/src/tempdir.js index cfd56b3792..a2d15be36e 100644 --- a/tools/eslint/node_modules/shelljs/src/tempdir.js +++ b/tools/eslint/node_modules/shelljs/src/tempdir.js @@ -19,6 +19,7 @@ function writeableDir(dir) { common.unlinkSync(testFile); return dir; } catch (e) { + /* istanbul ignore next */ return false; } } |