Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 0932a9e2

Přidáno uživatelem Pultak před více než 2 roky(ů)

re #9443 refactoring of detection classes

Zobrazit rozdíly:

ld_client/LDClient/detection/DebuggerInfoParser.cs
15 15
                throw new ArgumentException($"Expected {ExpectedNumberOfMatches} matches to be found in the text (actually found: {matches.Count})");
16 16
            }
17 17
            
18
            return (matches[0].ToString(), matches[1].ToString());
18
            return (matches[1].ToString().Trim(), matches[0].ToString().Trim());
19 19
        }
20 20
    }
21 21
}

Také k dispozici: Unified diff