uz chapu
This commit is contained in:
parent
a4aaee61ac
commit
d015f4f595
@ -11,7 +11,7 @@ createServer((_, res) => {
|
||||
|
||||
for (const key in customAliasy) {
|
||||
const i = vsechnyKomandy.findIndex(komand => komand.name == customAliasy[key]);
|
||||
if (i == -1) { log(new Error(`ičko neexistuje. hledal sem "${key}"`)); continue; }
|
||||
if (i == -1) continue;
|
||||
(vsechnyKomandy[i].als ??= []).push(key);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user