Skip to content

src: handle errors while printing error objects

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/errors-maybe into master

Handle situations where accessing .name or .stack on an object fails.

Fixes: https://github.com/nodejs/node/issues/25718

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading