Update storage.ts

what-a-patch-1
freearhey 2 years ago
parent 8226c08d56
commit d19b3f996b

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

Loading…
Cancel
Save