Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Dec 8, 2023
2 parents 4d0a02b + e81a64b commit f9d56b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/CaptureContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class CaptureContext {
this.startFlag = true;
// 如果已停止则跳出
if (this.stopFlag)
return;
return ____screencastCompleted();

// 媒体调度
const mediaRenderPromises = this.dispatchMedias.map(media => (async () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-video-creator",
"version": "0.0.30",
"version": "0.0.31",
"description": "A framework for creating videos based on Node.js + Puppeteer + FFmpeg.",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit f9d56b4

Please sign in to comment.