Is it possible to get stack traces across async/await boundaries using --harmony_async_await in Node 7?
Since NodeJS v12 async stack traces are enabled by default.
-
relevant issue
-
how async stacktraces work
Since NodeJS v12 async stack traces are enabled by default.
relevant issue
how async stacktraces work