Skip to content

Commit d063df3

Browse files
author
Robert Gummesson
authored
Merge pull request #57 from marcinolek/master
fix for XCode 8.3 beta, the build log now can contain more than one d…
2 parents 696804d + e49d08b commit d063df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildTimeAnalyzer/LogProcessor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extension LogProcessorProtocol {
3434
private func process(text: String) {
3535
let characterSet = CharacterSet(charactersIn:"\r\"")
3636
var remainingRange = text.startIndex..<text.endIndex
37-
let regex = try! NSRegularExpression(pattern: "^\\d*\\.?\\dms\\t/", options: [])
37+
let regex = try! NSRegularExpression(pattern: "^\\d*\\.?\\d*ms\\t/", options: [])
3838

3939
rawMeasures.removeAll()
4040

0 commit comments

Comments
 (0)