We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2413ce0 commit 6b2d032Copy full SHA for 6b2d032
1 file changed
Tool/Sources/XcodeInspector/XcodeInspector+TriggerCommand.swift
@@ -32,14 +32,14 @@ public extension AppInstanceInspector {
32
if activateApp {
33
if !runningApplication.activate() {
34
Logger.service.error("""
35
- Trigger menu item \(sourcePath) failed: \
+ Trigger menu item \(sourcePath): \
36
Xcode not activated.
37
""")
38
}
39
} else {
40
if !runningApplication.isActive {
41
42
43
44
45
0 commit comments