Skip to content

Commit 49c876d

Browse files
committed
Update use of compare-versions import
1 parent e167461 commit 49c876d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fsExtra from 'fs-extra';
22
import { execa } from 'execa';
33
import assert from 'assert';
4-
import compareVersions from 'compare-versions';
4+
import { compareVersions } from 'compare-versions';
55

66
export const getFfmpegCommonArgs = ({ enableFfmpegLog }) => (enableFfmpegLog ? [] : ['-hide_banner', '-loglevel', 'error']);
77

0 commit comments

Comments
 (0)