mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
✨
This commit is contained in:
parent
df5a8768ec
commit
bfde797c17
@ -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…
Reference in New Issue
Block a user