Skip to content

console: prevent internal timers storage from growing

The instance of Console class doesn't remove links to arrays that come from hrtimer after timeEnd had been called.

As far as I understand, such links won't be collected by v8's gc.

Merge request reports

Loading