mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 12:43:17 +03:00
Fix typo & remove console.log
This commit is contained in:
parent
74c3b69a41
commit
639474ba92
3 changed files with 2 additions and 3 deletions
|
@ -587,7 +587,6 @@ class Handler {
|
|||
const replaceArg = (obj, index) => {
|
||||
if (Array.isArray(obj.value)) {
|
||||
for (const arg of obj.value) {
|
||||
console.log(arg)
|
||||
args.push(arg)
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue