Skip to content

Commit

Permalink
fix typo (#13138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztl8702 authored Jan 14, 2023
1 parent 3a83310 commit 60d3f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-webpack5-runner/src/webpack/BaseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class BaseConfig {
const { warnings, errors } = formatMessages(stats)

if (stats.hasWarnings()) {
console.log(chalk.bgKeyword('orange')('⚠️ Warinings: \n'))
console.log(chalk.bgKeyword('orange')('⚠️ Warnings: \n'))
warnings.forEach(w => console.log(w + '\n'))
}

Expand Down

0 comments on commit 60d3f28

Please sign in to comment.