Update storage.ts

pull/14213/head^2
freearhey 2 years ago
parent de7594a5cc
commit f7fcb87d28

@ -7,7 +7,7 @@ export class Storage {
rootDir: string rootDir: string
constructor(rootDir?: string) { constructor(rootDir?: string) {
this.rootDir = rootDir || './' this.rootDir = path.normalize(rootDir || './')
} }
list(pattern: string): Promise<string[]> { list(pattern: string): Promise<string[]> {

Loading…
Cancel
Save