some style improvement

This commit is contained in:
Philipp Kunz 2016-09-30 16:38:24 +02:00
parent fc23f221eb
commit 0a810a3ac1
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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