You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-dev
In Node.js we'd like to provide info about TLA stalling due to unresolved promises, and at the moment we just check if the main import promise has resolved by the time the process exits and set the error code. This doesn't tell you where the stall happened though (which `await`). I'm thinking maybe some API could be added like GetStalledSuspendPoint() which optionally returns a Message or something similar so we could print out the source and line and column and whatnot.