We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385b38f commit bdd7301Copy full SHA for bdd7301
src/adapters/vfs/system.js
@@ -59,7 +59,7 @@ const methods = (core, request) => {
59
return {
60
readdir: ({path}, options) => request('readdir', {
61
path,
62
- options: {}
+ options,
63
}, 'json').then(({body}) => body),
64
65
readfile: ({path}, type, options) =>
0 commit comments