We are running an action hero app and testing it with Mocha. On one of the tests we call System.exit(0), following what is specified on #92. But this causes the main process exits with exit code 0, so ...