Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0ba3c1794e | |||
0a810a3ac1 |
2
dist/smartfile.fs.js
vendored
2
dist/smartfile.fs.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartfile",
|
"name": "smartfile",
|
||||||
"version": "4.0.23",
|
"version": "4.0.24",
|
||||||
"description": "offers smart ways to work with files in nodejs",
|
"description": "offers smart ways to work with files in nodejs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -329,7 +329,7 @@ export let listFileTree = (dirPathArg: string, miniMatchFilter: string): plugins
|
|||||||
|
|
||||||
// handle absolute miniMatchFilter
|
// handle absolute miniMatchFilter
|
||||||
let dirPath: string
|
let dirPath: string
|
||||||
if(plugins.path.isAbsolute(miniMatchFilter)){
|
if (plugins.path.isAbsolute(miniMatchFilter)) {
|
||||||
dirPath = '/'
|
dirPath = '/'
|
||||||
} else {
|
} else {
|
||||||
dirPath = dirPathArg
|
dirPath = dirPathArg
|
||||||
|
Reference in New Issue
Block a user