Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Apr 22, 2024
1 parent 247f8d9 commit 379f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/provider/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function formatStats(
const title = color.bold(color.yellow('Compile Warning: \n'));

return {
message: `${title}${`${warnings.join('\n\n')}\n`}`,
message: `${title}${warnings.join('\n\n')}\n`,
level: 'warning',
};
}
Expand Down

0 comments on commit 379f1ea

Please sign in to comment.