Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 30, 2023
1 parent 0ec1960 commit e3f61e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/module/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default defineCommand({
if (!config.modules) {
config.modules = []
}

if (config.modules.includes(r.pkgName)) {
consola.info(`\`${r.pkgName}\` is already in the \`modules\``)
return
Expand Down

0 comments on commit e3f61e7

Please sign in to comment.