Get new diagnostic info and render them

This commit is contained in:
Pine Wu
2017-12-19 14:03:10 -08:00
committed by Rachel Macfarlane
parent e60d23ed27
commit f8a6ed6828
4 changed files with 63 additions and 37 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ function getProcessItem(mapPidToWindowTitle: Map<number, string>, processes: Pro
if (isRoot) {
name = `${product.applicationName} main`;
} else {
name = `${repeat(' ', indent)} ${item.name}`;
name = `${repeat('--', indent)} ${item.name}`;
if (item.name === 'window') {
name = `${name} (${mapPidToWindowTitle.get(item.pid)})`;