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
I am returning a promise from context.runAsync function and I am not able to use .then property on the returned promise. Upon doing console.log on the promise, I see - {"\"catch\"": [Function "catch"], "finally": [Function finally], "then": [Function then]}
The text was updated successfully, but these errors were encountered:
I am returning a promise from
context.runAsync
function and I am not able to use.then
property on the returned promise. Upon doing console.log on the promise, I see -{"\"catch\"": [Function "catch"], "finally": [Function finally], "then": [Function then]}
The text was updated successfully, but these errors were encountered: