Skip to content

Commit

Permalink
remove do catch (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
swwol authored Dec 14, 2023
1 parent 9750d13 commit 7b3954a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Sources/xcode-selective-test/SelectiveTesting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ struct SelectiveTesting: AsyncParsableCommand {
renderDependencyGraph: dependencyGraph,
dot: dot,
verbose: verbose)

do {
let _ = try await tool.run()
} catch {
Logger.error("\(error)")
}
let _ = try await tool.run()
}
}

0 comments on commit 7b3954a

Please sign in to comment.