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
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user