mirror of
https://github.com/atom/atom.git
synced 2026-02-15 09:05:58 -05:00
Log missing roots instead of extra roots twice
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user