rusty_v8 extracting stack trace when a promise rejects
Hi, i am trying to get the stack trace and print it out when a promise rejects.
in the above example, i have the
retval
as the exception string which contains something like TypeError: Assignment to constant variable.
. But how do i extract exception stack trace and get the line number and other details as well from this?2 Replies