Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Nov 23, 2024
1 parent 8b0d696 commit d709b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class _StandardOutputRewriter {
// MARK: - Helpers

extension String {
var _filteringAppleConsoleOutputCrap: String? {
public var _filteringAppleConsoleOutputCrap: String? {
if hasPrefix("_NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong)") {
return nil
}
Expand Down

0 comments on commit d709b29

Please sign in to comment.