Skip to content

Commit

Permalink
fix: exec plugins for CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Jan 10, 2021
1 parent ac49bb3 commit af7256c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function getPlugins() {
}

async function execPlugins(jsonPath, options) {
load();
if (!plugins) return;
console.log(`\n${color.white}exec plugins:${color.reset}`);
for (let plugin of plugins) {
Expand Down

0 comments on commit af7256c

Please sign in to comment.