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.
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/9f23e786-49e1-46aa-9acc-54d8dbf5e5d7n%40googlegroups.com.
