Skip to content

Commit

Permalink
add better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt committed Feb 26, 2025
1 parent 3fff2e9 commit 0243aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/message-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ class MessageHandler {

if (!message) {
await cursor.close(); // close cursor
return done();
return done(); // return move result
}
} catch (err) {
return done(err);
Expand Down

0 comments on commit 0243aa2

Please sign in to comment.