Skip to content

Commit

Permalink
🆕chore: remove dead code(#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
etheral12138 committed Jun 30, 2023
1 parent 4799a05 commit 2a50a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/generatePreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ async function CheckingAndEnd({
console.log(`${chalk.bgGreenBright(" DoctorLevel SUCCESS 🎉🎉 ")}`);
console.log(`${chalk.greenBright(" WHY ")}${i.suggestion} \n`);
break;
break;
case DoctorLevel.WARN:
console.log(`${chalk.bgYellowBright("DoctorLevel WARN ")}`);
console.log(`${chalk.greenBright(" SUGGESTION ")}${i.suggestion} \n`);
Expand Down

0 comments on commit 2a50a10

Please sign in to comment.