Skip to content

Commit c315fbb

Browse files
authored
Merge pull request #2964 from remotion-dev/log-combination-progress
2 parents 4e4a041 + 020c5f0 commit c315fbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/renderer/src/combine-videos.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export const combineVideos = async (options: Options) => {
8686
if (parsed === undefined) {
8787
Log.verbose(data.toString('utf8'));
8888
} else {
89+
Log.verbose(parsed);
8990
onProgress(parsed);
9091
}
9192
}

0 commit comments

Comments
 (0)