Skip to content

Commit

Permalink
fix: show plugin list issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imba97 committed Nov 20, 2024
1 parent 8b71405 commit 6a69b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class PluginManagerPlugin extends InitxPlugin {

switch (type) {
case 'list': {
showPluginList()
await showPluginList()
break
}

Expand Down

0 comments on commit 6a69b71

Please sign in to comment.