Files
node/lib
Ruben Bridgewater c041a2ee5b util: improve error inspection
When inspecting errors with extra properties while setting the
compact option to false, it will now return:

[Error: foo] {
    at repl:1:5
    at Script.runInThisContext (vm.js:89:20)
  bla: true
}

Instead of:

Error: foo
    at repl:1:5
    at Script.runInThisContext (vm.js:91:20) {
  bla: true
}

PR-URL: https://github.com/nodejs/node/pull/20802
Refs: https://github.com/nodejs/node/issues/20253
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-05-21 17:38:18 +02:00
..
2018-05-20 14:15:56 -07:00
2018-04-13 19:59:44 +02:00
2018-03-05 19:51:30 +01:00
2018-05-18 15:25:42 +02:00
2018-04-14 10:55:35 -07:00
2018-05-20 14:15:56 -07:00
2018-05-20 02:06:26 +05:30
2018-04-03 13:57:41 -07:00
2018-04-16 16:02:12 +02:00
2018-05-02 22:32:24 -07:00
2018-05-18 15:25:40 +02:00
2018-05-18 15:32:05 +02:00
2018-05-21 17:38:18 +02:00
2018-04-26 19:42:48 +02:00