Skip to content

Commit

Permalink
Update check-installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 authored Nov 13, 2024
1 parent 45caae1 commit 0f4c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Modify fluent-ffmpeg processor.js
run: |
cat ./node_modules/fluent-ffmpeg/lib/processor.js
sed -i -e '/setTimeout(function() {/,/}, 20);/c\
sed -i -e '/^\s*setTimeout(function() {/,/}, 20);/c\
setTimeout(function() {\
if (ffmpegProc.exitCode === null){\
emitEnd(new Error('\''Output stream closed'\''));\
Expand Down

0 comments on commit 0f4c96c

Please sign in to comment.