Skip to content

Fix: declare insidersHTML with const in system.js - #2122

Merged
billz merged 1 commit into
masterfrom
fix/plugins-manifest
Jun 7, 2026
Merged

Fix: declare insidersHTML with const in system.js#2122
billz merged 1 commit into
masterfrom
fix/plugins-manifest

Conversation

@billz

@billz billz commented Jun 7, 2026

Copy link
Copy Markdown
Member

insidersHTML was assigned without a declaration. Since this is an ES module strict mode is enforced, so implicit global assignment throws a ReferenceError. Adding const resolves it.

@billz

billz commented Jun 7, 2026

Copy link
Copy Markdown
Member Author

Resolves #2123

@billz
billz requested a review from Jixabon June 7, 2026 18:05
@billz
billz merged commit c737eb4 into master Jun 7, 2026
3 checks passed
@billz
billz deleted the fix/plugins-manifest branch June 7, 2026 22:39
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.

2 participants