Skip to content

Fix ISOFile onError callback to accept error argument #471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

manupik
Copy link

@manupik manupik commented Jun 18, 2025

What’s changed

Updated the onError callback type signature to accept an error argument.

Why

Previously, the callback did not declare any parameters, which caused issues when trying to pass error information. This fix aligns the callback signature with the documentation.

@manupik manupik changed the title Fix onError callback to accept error argument Fix ISOFile onError callback to accept error argument Jun 18, 2025
@DenizUgur DenizUgur changed the base branch from next to main June 19, 2025 15:08
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.

1 participant