We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c31b62e + 2f137a1 commit 35c0fd3Copy full SHA for 35c0fd3
Sources/Diagnose/TraceFromSignpostsCommand.swift
@@ -31,7 +31,7 @@ private struct LogParseRegex {
31
private init() {
32
regex = Regex {
33
Capture(as: dateComponent) {
34
- #/[-0-9]+ [0-9:.-]+/#
+ #/[-0-9]+ [0-9:.+-]+/#
35
}
36
" "
37
#/[0-9a-fx]+/# // Thread ID
0 commit comments