Skip to content

Fix for Semicolon insertion#381

Merged
matteius merged 1 commit intomainfrom
finding-autofix-3dc48844
Apr 13, 2026
Merged

Fix for Semicolon insertion#381
matteius merged 1 commit intomainfrom
finding-autofix-3dc48844

Conversation

@matteius
Copy link
Copy Markdown
Contributor

To fix this, add an explicit semicolon at the end of the assignment on line 97 in web/js/components/preact/system/LogsPoller.jsx.

Best single fix without changing functionality:

  • In the if (filteredLogs.length > logCount) block, change:
    • filteredLogs = filteredLogs.slice(0, logCount)
      to:
    • filteredLogs = filteredLogs.slice(0, logCount);

No imports, methods, or additional definitions are needed.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@matteius matteius marked this pull request as ready for review April 13, 2026 17:34
@matteius matteius merged commit 950add8 into main Apr 13, 2026
2 checks passed
@matteius matteius deleted the finding-autofix-3dc48844 branch April 13, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant