mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Drop () from around run count
This commit is contained in:
@@ -60,7 +60,7 @@ class CommandLogger extends ScrollView
|
||||
children: []
|
||||
categories[categoryName] = category
|
||||
category.children.push
|
||||
name: "#{_.humanizeEventName(eventName.substring(categoryStart + 1))} (#{details.count})"
|
||||
name: "#{_.humanizeEventName(eventName.substring(categoryStart + 1))} #{details.count}"
|
||||
size: details.count
|
||||
_.toArray(categories)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user