Fix ls API
This commit is contained in:
parent
347e5d4839
commit
e66a466e88
@ -81,7 +81,7 @@ module.exports = (_options = {}) => {
|
||||
);
|
||||
|
||||
const ls = (path) => (
|
||||
FS('readir', [path])
|
||||
FS('readdir', [path])
|
||||
);
|
||||
|
||||
const run = (_args) => {
|
||||
|
Loading…
Reference in New Issue
Block a user