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

Commit 473436b

Browse files
authored
Little change for fix pull request test
1 parent 99df291 commit 473436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ module.exports = function(proto) {
441441
niceness: self.options.niceness,
442442
cwd: self.options.cwd,
443443
windowsHide: true
444-
},
444+
},
445445

446446
function processCB(ffmpegProc, stdoutRing, stderrRing) {
447447
self.ffmpegProc = ffmpegProc;

0 commit comments

Comments
 (0)