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

fix: correct waitForCompletion behavior #924

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

intcreator
Copy link
Collaborator

@intcreator intcreator commented Dec 12, 2024

Description

fixes #923

Related Issue

#923

Motivation and Context

it makes the new feature actually work

How Has This Been Tested?

modified test case added by #894

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • If my change introduces a breaking change, I have added a ! after the type/scope in the title (see the Conventional Commits standard).

@intcreator intcreator merged commit f6270f8 into main Dec 12, 2024
19 checks passed
@intcreator intcreator deleted the intcreator/wait-hotfix branch December 12, 2024 02:00
@ncb000gt
Copy link
Member

🎉 This PR is included in version 3.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

JosephVoid pushed a commit to JosephVoid/node-cron that referenced this pull request Dec 14, 2024
## [3.3.1](kelektiv/node-cron@v3.3.0...v3.3.1) (2024-12-12)

### 🐛 Bug Fixes

* correct waitForCompletion behavior ([kelektiv#924](kelektiv#924)) ([f6270f8](kelektiv@f6270f8)), closes [kelektiv#923](kelektiv#923) [kelektiv#923](kelektiv#923) [kelektiv#894](kelektiv#894)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

waitForCompletion not working as expected
2 participants