mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Show "incorrect window" banner for mismatched results
This commit is contained in:
@@ -281,6 +281,8 @@ class LaunchScenario {
|
||||
parts.push('extra window\n')
|
||||
} else if (comparison.missingWindow) {
|
||||
parts.push('missing window\n')
|
||||
} else {
|
||||
parts.push('incorrect window\n')
|
||||
}
|
||||
|
||||
const shorten = fullPaths => fullPaths.map(fullPath => path.basename(fullPath)).join(', ')
|
||||
|
||||
Reference in New Issue
Block a user