Files
node/src
Denys Otrishko 35326f27fd process: fix process.exitCode handling for fatalException
* set process.exitCode before calling 'exit' handlers so that there will
  not be a situation where process.exitCode !== code in 'exit' callback
  during uncaughtException handling
* don't ignore process.exitCode set in 'exit' callback when failed with
  uncaughtException and there is no uncaughtException listener

PR-URL: https://github.com/nodejs/node/pull/21739
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-07-14 12:04:53 +02:00
..
2018-06-05 09:09:06 -07:00
2018-06-05 09:09:06 -07:00
2018-07-12 13:02:04 -05:00
2018-07-12 13:02:04 -05:00
2018-07-12 13:02:04 -05:00
2018-05-20 14:15:56 -07:00
2018-04-25 12:22:47 -03:00
2018-05-10 14:15:16 +02:00
2018-06-01 09:59:50 +02:00