You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: log and rethrow whenever are listFunctions fail
these calls aren't wrapped and end up as unhandled rejections, with little to no logging for their source and cause.
this commit wraps these calls with some logs so we can at least explain future unhandled rejections coming from this area.
0 commit comments