Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.49.0rc1 | Sean Quah | 2021-12-07 | 1 | -1/+0 |
| | |||||
* | Fix `ModuleApi.looping_background_call` for non-async functions (#11524) | Sean Quah | 2021-12-07 | 1 | -0/+1 |
After #10847, `looping_background_call` would print an error in the logs every time a non-async function was called. Since the error would be caught and ignored immediately, there were no other side effects. |