Skip to content
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

Suppress warnings using custom empty error handler instead of @ #50

Conversation

michalbundyra
Copy link
Member

Fixes #49

When we have a custom error handler around writeFile then the warning
can be handled in case directory os not writable, because warnings were
suppressed by @ not a custom (empty) error handler.

Fixes webimpress#49

When we have a custom error handler around writeFile then the warning
can be handled in case directory os not writable, because warnings were
suppressed by `@` not a custom (empty) error handler.
@michalbundyra michalbundyra added the enhancement New feature or request label Apr 19, 2021
@michalbundyra michalbundyra added this to the 2.2.0 milestone Apr 19, 2021
@michalbundyra michalbundyra merged commit e16fb2f into webimpress:develop Apr 19, 2021
@michalbundyra michalbundyra deleted the suppress-warnings-with-error-handler branch April 19, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants