Skip to content

Commit

Permalink
fix node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
aseduto committed Feb 11, 2019
1 parent d2ce448 commit 3c9493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('OPERATIONS', () => {

dbg('ffprobe path', dir);

const probes = fs.readdirSync(dir, {withFileTypes: true});
const probes = fs.readdirSync(dir/*, {withFileTypes: true}*/);



Expand Down

0 comments on commit 3c9493a

Please sign in to comment.