Changes since 2.9.0.alpha1
Fixes
-
Use OS path separator in stats plugin
Commit · Pull request · IssueThe StatsPlugin uses an hard-coded forwars slash charachter to split the file identifier in path segments. This produces wrong results when running on Windows, as the identifier contains back slashes. This change uses node 'path.sep' as split chars
-
Optimize (and fix) generateEventModifierFilter() method, to handle more implementations of Key interface and fix browser differences. (#16276)(#16086)
Commit · Pull request