Skip to content

Fixed call to schedule capturing that was moved#1365

Merged
matux merged 1 commit into
masterfrom
matux/rename-call
Oct 11, 2025
Merged

Fixed call to schedule capturing that was moved#1365
matux merged 1 commit into
masterfrom
matux/rename-call

Conversation

@matux

@matux matux commented Oct 11, 2025

Copy link
Copy Markdown
Contributor

Description of the change

This PR replaces a call to the _scheduleLeadingCapture method with a call to the schedule method of the _scheduledCapture object, since _scheduleLeadingCapture was removed in #1360.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Maintenance
  • New release

@matux matux requested review from Copilot and waltjones October 11, 2025 11:11
@matux matux self-assigned this Oct 11, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a broken method call by replacing a removed method with the correct alternative. The _scheduleLeadingCapture method was previously removed, but one reference to it remained, causing a potential runtime error.

  • Replaces call to removed _scheduleLeadingCapture method with correct _scheduledCapture.schedule method

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matux matux merged commit 5aac48e into master Oct 11, 2025
6 checks passed
@matux matux deleted the matux/rename-call branch October 11, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants