Update storage.ts

pull/24814/head
freearhey 2 years ago
parent ab91157415
commit d79bec5de8

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