Skip to content

Commit

Permalink
Changed Client.list function not to include '.' and '..' entries by d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
lukaaash committed Aug 27, 2015
1 parent 9128657 commit 4e99391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fs-plus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class FilesystemPlus extends EventEmitter implements IFilesystem {
directories: true,
files: true,
nosort: false,
dotdirs: true,
dotdirs: false,
noglobstar: true,
listonly: true,
};
Expand Down

0 comments on commit 4e99391

Please sign in to comment.