Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 89e1548

Browse files
authored
Merge pull request #945 from flibustier/patch-1
Fixing Bug resolve "./lib-cov/fluent-ffmpeg"
2 parents 72dc3ab + cc6adfc commit 89e1548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = process.env.FLUENTFFMPEG_COV ? require('./lib-cov/fluent-ffmpeg') : require('./lib/fluent-ffmpeg');
1+
module.exports = require(`./lib${process.env.FLUENTFFMPEG_COV ? '-cov' : ''}/fluent-ffmpeg`);

0 commit comments

Comments
 (0)