fix: wait no

This commit is contained in:
KernelDeimos
2024-10-21 18:12:08 -04:00
parent c8f913d710
commit 12e0cecf02
@@ -35,7 +35,7 @@ export class CompositeCommandProvider {
for (const provider of this.providers) {
const commands = await provider.lookupAll(...a);
if ( commands ) {
results.unshift(...commands);
results.push(...commands);
}
}