Skip to content

console: fix timeEnd() not coercing the input

The input of console.timeEnd() was not coerced to a string. That way labels were not found and the entry was not removed anymore.

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

Merge request reports

Loading