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
Hi, I am using Runtime to evaluate js code in my program. I did set timeout for i.e. 1000 ms - it worked great. However, when I pass awaitPromise flag as true - it ignores given timeout. Shouldn't runtime throw exception if timeout has exceeded?