|
@@ -160,6 +160,9 @@ internal partial class CrashHelper
|
|
|
catch { }
|
|
catch { }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Matches file paths with spaces when in quotes, otherwise not
|
|
|
|
|
+ /// </summary>
|
|
|
[GeneratedRegex(@"'([^']*[\/\\][^']*)'|(\S*[\/\\]\S*)")]
|
|
[GeneratedRegex(@"'([^']*[\/\\][^']*)'|(\S*[\/\\]\S*)")]
|
|
|
private static partial Regex FilePathRegex();
|
|
private static partial Regex FilePathRegex();
|
|
|
}
|
|
}
|