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
was able to make it work with this crude patch but not sure if this is the best way to do so + we would probably also want some kind of timeout just in case
(also is there any specific reason releaseObject is noop-ed while being implemented in runtime domain? sounds like a recipe for a memory leak 🙃)
repro
await new Promise(resolve => resolve(42))
expected
42
is shown as the expression resultactual
an error is thrown:
The text was updated successfully, but these errors were encountered: