Skip to content

Commit 0701f30

Browse files
mahsashadimahsa shadi
authored and
mahsa shadi
committed
Fix unused options in readdir system VFS adapter
1 parent 385b38f commit 0701f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/vfs/system.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const methods = (core, request) => {
5959
return {
6060
readdir: ({path}, options) => request('readdir', {
6161
path,
62-
options: {}
62+
options,
6363
}, 'json').then(({body}) => body),
6464

6565
readfile: ({path}, type, options) =>

0 commit comments

Comments
 (0)