We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d37c60 commit d7f8b28Copy full SHA for d7f8b28
src/log/log_analysis.rs
@@ -19,7 +19,7 @@ lazy_static! {
19
20
// ---
21
22
- static ref MISSING_CREATE_CLASS_REGEX: Regex = Regex::new(r"java.lang.NoClassDefFoundError: com/simibubi/create/.*\n.*TRANSFORMER/([a-z][a-z0-9_]{1,63})@").unwrap();
+ static ref MISSING_CREATE_CLASS_REGEX: Regex = Regex::new(r"java\.lang\.NoClassDefFoundError: com/simibubi/create/.*\n.*(?:TRANSFORMER/([a-z][a-z0-9_]{1,63})@|at .*~\[([a-z][a-z0-9_]{1,63})-.*jar)").unwrap();
23
static ref OUTDATED_FLYWHEEL_VERSION_REGEX: Regex = Regex::new(r"Mod ID: 'flywheel', Requested by: 'create', Expected range: '\[1\.0\.0.*,2\.0\)', Actual version: '0\.6\.11-13'").unwrap();
24
}
25
0 commit comments