mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 17:15:37 +00:00
chore: merge main
This commit is contained in:
@@ -44,6 +44,10 @@ class ArgumentForm extends window.HTMLElement {
|
||||
}
|
||||
}
|
||||
|
||||
if (arg.name === "") {
|
||||
continue
|
||||
}
|
||||
|
||||
ret.push({
|
||||
name: arg.name,
|
||||
value: arg.value
|
||||
|
||||
Reference in New Issue
Block a user