Skip to content

Commit bdd7301

Browse files
authored
Update system.js
This change sends options correctly in readdir request.
1 parent 385b38f commit bdd7301

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)