listFileTree now includes dots
This commit is contained in:
parent
52f8fd2469
commit
36364bb490
5
dist/smartfile.fs.js
vendored
5
dist/smartfile.fs.js
vendored
File diff suppressed because one or more lines are too long
@ -376,7 +376,8 @@ export let listFileTree = (dirPathArg: string, miniMatchFilter: string): Promise
|
||||
|
||||
let options = {
|
||||
cwd: dirPath,
|
||||
nodir: true
|
||||
nodir: true,
|
||||
dot: true
|
||||
}
|
||||
plugins.glob(miniMatchFilter, options, (err, files: string[]) => {
|
||||
if (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user