Skip to content

Commit

Permalink
chore(deps): update standard to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rprieto authored Mar 28, 2022
1 parent 81bf3b4 commit 4321a41
Show file tree
Hide file tree
Showing 5 changed files with 874 additions and 870 deletions.
2 changes: 1 addition & 1 deletion lib/video/ffmpeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const REGEX_PROGRESS = /time=(\d\d):(\d\d):(\d\d).\d\d/

exports.exec = function (args, callback) {
const progressEmitter = new ProgressEmitter()
var durationSeconds = 0
let durationSeconds = 0
trace('ffmpeg ' + args.map(a => `"${a}"`).join(' '))
const child = childProcess.spawn('ffmpeg', args, {})
child.stderr.pipe(split()).on('data', (data) => {
Expand Down
Loading

0 comments on commit 4321a41

Please sign in to comment.