some style improvement
This commit is contained in:
parent
fc23f221eb
commit
0a810a3ac1
2
dist/smartfile.fs.js
vendored
2
dist/smartfile.fs.js
vendored
File diff suppressed because one or more lines are too long
@ -329,7 +329,7 @@ export let listFileTree = (dirPathArg: string, miniMatchFilter: string): plugins
|
||||
|
||||
// handle absolute miniMatchFilter
|
||||
let dirPath: string
|
||||
if(plugins.path.isAbsolute(miniMatchFilter)){
|
||||
if (plugins.path.isAbsolute(miniMatchFilter)) {
|
||||
dirPath = '/'
|
||||
} else {
|
||||
dirPath = dirPathArg
|
||||
|
Loading…
Reference in New Issue
Block a user