Skip to content

Commit

Permalink
Possibly fix loader?
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningLaser8 committed Nov 19, 2024
1 parent cd907a6 commit f619f4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class ISLExtension {
get id() {
return this.#identifier;
}
get [Symbol.toStringTag]() {
return "ISLExtension"
}

/**
* Adds a custom keyword to this extension.
Expand Down

0 comments on commit f619f4c

Please sign in to comment.