mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
more nesting
This commit is contained in:
committed by
Cooper Quintin
parent
2080cd7845
commit
266f2b2e53
@@ -81,7 +81,7 @@ async function updateEntryAnalysisResult(entry) {
|
||||
} else {
|
||||
entry.analysis_result = `!!! ${entry.analysis.warnings.length} warnings !!!`;
|
||||
for (const warning of entry.analysis.warnings) {
|
||||
for (const event of warning.events) {
|
||||
for (const event of warning.warning.events) {
|
||||
if (event === null) continue;
|
||||
msg = `${warning.timestamp}: ${event.message}`
|
||||
entry.analysis_result += `<br>${msg}`
|
||||
|
||||
Reference in New Issue
Block a user