Skip to content

Commit

Permalink
Fix deprecation notice detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lgilyazov committed Feb 21, 2023
1 parent 241276a commit 63e3208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/XCLogParser/parser/Notice+Parser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ extension Notice {
return text.contains(" deprecated:")
|| text.contains("was deprecated in")
|| text.contains("has been deprecated")
|| text.contains("is deprecated")
}
return false
}
Expand Down

0 comments on commit 63e3208

Please sign in to comment.