mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
✨
This commit is contained in:
parent
a3de6c36b9
commit
7f11ee063b
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ const elements = [
|
|||
const bar = code.substr(match.length + 1).match(/^[a-zA-Z0-9_-]+/);
|
||||
if (bar) {
|
||||
if (!keywords.some(k => k == bar)) {
|
||||
console.log(bar[0]);
|
||||
vars.push(bar[0]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue