Skip to content

lib: AssertionError moved to internal/error

Rodrigo Muino Tomonari requested to merge github/fork/fhalde/improv into master

AssertionError class is moved to internal/error in reference to the TODO in assert.js. This was suggested to get rid of the cyclic dependency between assert.js and internal/error.js

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

assert

Merge request reports

Loading