mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
remove unnecessary variable
This commit is contained in:
parent
38eb33bd42
commit
251197252c
1 changed files with 1 additions and 2 deletions
|
|
@ -561,8 +561,7 @@
|
|||
CONFIG.categories
|
||||
.map(category => category.commands)
|
||||
.forEach(commands => commands.forEach(command => {
|
||||
let done = callback(command);
|
||||
if (done) return;
|
||||
if (callback(command)) return;
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue