Skip to content

Commit

Permalink
处理其中一个中断捕获场景未触发录制完成的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Dec 7, 2023
1 parent 1bf7356 commit ba8642f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ba8642f

Please sign in to comment.