From e66a466e88b6ce67c71d06d068a5ed2ef93edf10 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Tue, 5 May 2020 17:50:29 +0800 Subject: [PATCH] Fix ls API --- src/createFFmpeg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createFFmpeg.js b/src/createFFmpeg.js index 35f0b80..2c01616 100644 --- a/src/createFFmpeg.js +++ b/src/createFFmpeg.js @@ -81,7 +81,7 @@ module.exports = (_options = {}) => { ); const ls = (path) => ( - FS('readir', [path]) + FS('readdir', [path]) ); const run = (_args) => {