Skip to content

Commit

Permalink
Merge branch 'master' into single-thread
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkgrd committed Feb 1, 2024
2 parents 8493ad4 + 761b30d commit 65725b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/createFFmpeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,12 @@ module.exports = (_options = {}) => {
try {
Core.exit(1);
} catch (e) {
// console.log('catch core exit error', e);
log(e.message);
} finally {
Core = null;
ffmpeg = null;

Check failure on line 191 in src/createFFmpeg.js

View workflow job for this annotation

GitHub Actions / Test on node 12 and ubuntu-latest

'ffmpeg' is constant
runResolve = null;
}
Core = null;
runResolve = null;
}
};

Expand Down

0 comments on commit 65725b8

Please sign in to comment.