Skip to content

console: minor timeLogImpl() refactor

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

This commit does two things:

  • Reverses the boolean value returned by timeLogImpl(). The new values make more sense semantically (IMO anyway), and save a a single NOT operation.
  • Explicitly check for undefined when calling _times.get() instead of coercing the value.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading