Log missing roots instead of extra roots twice

This commit is contained in:
Ash Wilson
2019-04-16 15:37:45 -04:00
parent d3b5ce0b4b
commit 8e15d9656a

View File

@@ -272,7 +272,7 @@ class LaunchScenario {
parts.push(`* extra roots ${shorten(comparison.extraRoots)}\n`)
}
if (comparison.missingRoots.length > 0) {
parts.push(`* missing roots ${shorten(comparison.extraRoots)}\n`)
parts.push(`* missing roots ${shorten(comparison.missingRoots)}\n`)
}
if (comparison.extraEditors.length > 0) {
parts.push(`* extra editors ${shorten(comparison.extraEditors)}\n`)