qunitjs/node-qunit

Display full stack traces

Opened this issue · 1 comments

Errors thrown by children processes are displayed without the call stack, it's hard to debug tests without it.

kof commented
  • option 1 need to serialize a and pass .stack additionally to the message to the parent
  • option 2 pass it to the parent same way but log the stack directly out of child