We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec84ed commit fa0cbe2Copy full SHA for fa0cbe2
src/createFFmpeg.js
@@ -81,7 +81,7 @@ module.exports = (_options = {}) => {
81
);
82
83
const ls = (path) => (
84
- FS('readir', [path])
+ FS('readdir', [path])
85
86
87
const run = (_args) => {
0 commit comments