fix missing libraries detection for discord attached files
This commit is contained in:
parent
1e525f429f
commit
053a55c704
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ fn offline_launch(log: &str) -> Issue {
|
|||
.to_string(),
|
||||
);
|
||||
|
||||
let found = log.contains("(missing)\n");
|
||||
let found = log.contains("(missing)\n") || log.contains("(missing)\r\n");
|
||||
found.then_some(issue)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue