Fix ls API

This commit is contained in:
Jerome Wu 2020-05-05 17:50:29 +08:00
parent 347e5d4839
commit e66a466e88

View File

@ -81,7 +81,7 @@ module.exports = (_options = {}) => {
); );
const ls = (path) => ( const ls = (path) => (
FS('readir', [path]) FS('readdir', [path])
); );
const run = (_args) => { const run = (_args) => {