mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
fix: phoenix incorrect lookup order
This commit is contained in:
@@ -35,7 +35,7 @@ export class CompositeCommandProvider {
|
||||
for (const provider of this.providers) {
|
||||
const commands = await provider.lookupAll(...a);
|
||||
if ( commands ) {
|
||||
results.push(...commands);
|
||||
results.unshift(...commands);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user