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

Extracted common Node-API queuing code into macro #1738

Merged
merged 1 commit into from Dec 24, 2023
Merged

Conversation

daniellockyer
Copy link
Member

  • this fixes building in debug mode because the compiler (at least, on macOS) doesn't like the assert(status == 0)
  • this also DRYs up some common code by moving it into a macro

- this fixes building in debug mode because the compiler (at least, on
  macOS) doesn't like the `assert(status == 0)`
- this also DRYs up some common code by moving it into a macro
@daniellockyer daniellockyer merged commit c775b81 into master Dec 24, 2023
6 checks passed
@daniellockyer daniellockyer deleted the refactor branch December 24, 2023 10:50
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.

None yet

1 participant