We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f9bbd commit f15857bCopy full SHA for f15857b
lib/regexes.py
@@ -51,6 +51,7 @@
51
re.compile(r'Technic Launcher is starting', re.I),
52
re.compile(r'TDSS rootkit removing tool', re.I),
53
re.compile(r'INFO: Processing cookbook_file', re.I),
54
- re.compile(r'loading\.target\.rdio', re.I)
+ re.compile(r'loading\.target\.rdio', re.I),
55
+ re.compile(r'<key>SysInfoCrashReporterKey</key>', re.I)
56
]
57
}
0 commit comments