KartikTalwar / gmail.js

Gmail JavaScript API
MIT License
3.75k stars 457 forks source link

fix for...of return issue #782

Closed kinkoazc closed 7 months ago

kinkoazc commented 7 months ago

Fix for issue of return used in the context of for...of, described in https://github.com/KartikTalwar/gmail.js/issues/779

josteink commented 7 months ago

Tested locally and seems to do what was promised. Consider it merged!

Thanks for contributing to gmail.js!

josteink commented 7 months ago

Pushed as version 1.1.14!

kinkoazc commented 7 months ago

Thank you as well for your work on this repo! Much appreciated!