mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
fix(console): disable log collapsing for group
This commit is contained in:
@@ -37,7 +37,7 @@ let coverage = reduce(
|
||||
|
||||
collector.add(coverage)
|
||||
|
||||
reporter.addAll(['html', 'lcov'])
|
||||
reporter.addAll(['text', 'html', 'lcov'])
|
||||
reporter.write(collector, true, function() {
|
||||
console.log('open coverage/index.html to see the coverage report.')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user