summary refs log tree commit diff
path: root/changelog.d/11524.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.49.0rc1Sean Quah2021-12-071-1/+0
|
* Fix `ModuleApi.looping_background_call` for non-async functions (#11524)Sean Quah2021-12-071-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.