Skip to content

Commit

Permalink
Update ProcessPchCommandCaptureGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Nov 16, 2024
1 parent b6132d9 commit 40c8dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcbeautifyLib/CaptureGroups.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ struct ProcessPchCommandCaptureGroup: CaptureGroup {

/// Regular expression captured groups:
/// $1 file path
static let regex = XCRegex(pattern: #"^\s*.*\/usr\/bin\/clang\s.*\s\-c\s(.*?)(?<!\\)\s.*\-o\s.*\.gch"#)
static let regex = XCRegex(pattern: #"^\s*.*\/usr\/bin\/clang\s.*\s\-c\s(.*)\s\-o\s.*\.gch"#)

let filePath: String

Expand Down

0 comments on commit 40c8dc5

Please sign in to comment.