Skip to content

repl: handle unexpected error objects

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/repl into master

This commit allows the repl's domain error handler to process unexpected error formats, such as primitives.

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

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

repl

Merge request reports

Loading