Skip to content

Commit

Permalink
Pre-release 0.31.103
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 17, 2025
1 parent 1dd4c21 commit 8338363
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public extension XcodeAppInstanceInspector {
.object(forInfoDictionaryKey: "EXTENSION_BUNDLE_NAME") as! String

guard await isBundleEnabled(bundleName: bundleName) else {
print("Bundle \(bundleName) is not enabled")
return
throw CantRunCommand(path: "Editor/\(bundleName)/\(name)", reason: "\(bundleName) is not enabled")
}

try await triggerMenuItem(path: ["Editor", bundleName, name], activateApp: activateXcode)
Expand Down

0 comments on commit 8338363

Please sign in to comment.