Skip to content

Commit

Permalink
πŸ“¦ v3.0.1
Browse files Browse the repository at this point in the history
- πŸ‘¨β€πŸ’» Make sure call-check-loop spins even on rare MongoDB errors
- 🀝 Support `[email protected]`

__Dependencies__:
- πŸ“¦ `[dev]` `[email protected]`, *was `v4.6.3`*
- πŸ“¦ `[dev]` `[email protected]`, *was `v4.6.0`*
  • Loading branch information
dr-dimitru committed Jun 10, 2022
1 parent 732857b commit 88c4ce4
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1,845 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ module.exports = class JoSk {
this.__aquireLock((lockError, success) => {
if (lockError) {
this._debug('[__runTasks] [__aquireLock] Error:', lockError);
this.__setNext();
} else if (!success) {
this.__setNext();
} else {
Expand Down
Loading

0 comments on commit 88c4ce4

Please sign in to comment.